//Problem 5: write a program to find hexadecimal and octal value of a number.
#include<stdio.h>
#include<conio.h>
void main()
{
int n;
printf("Enter the number:");
scanf("%d",&n);
printf("decimal base = %d\n",n);
printf("hexadecimal base = %x\n",n);
printf("octal base= %o\n",n);
getch();
}
Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement 
Corporate Services
  Web Design and development
  Web Promotion (SEO)
  Multimedia/CD Presentation
  Software development

  E.Commerce

Training@balujalabs

  Software Courses
  Hardware Courses
  Networking.Courses
  Mobile Repairing Courses
  UGC Degrees
Student Corner
 Programming & Projects
 Placement Papers
 Project Ideas
 Synopsis Ideas

  Franchise Section

 Administrator
Franchise Inquiry
 
 

To find hexadecimal and octal value of a number.

 

 

 

 

 

 

 

 

 

                                                                                                                                          

1
2
3 To demonstrate the use of scope resolution operator
4 To find circumference of a circle.
5 To find hexadecimal and octal value of a number.
6 To convert a temperature from Fahrenheit to degree cells.
7 To find sum of the digits of a number.
8 To obtain gross salary by calculating dearness allowance and house rent.
9 Program to convert kilometers to meters.

 

     
Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement