1. Write a c program to convert decimal number to hexadecimal
number.
3. Write a c program to convert octal number to decimal
number.
4. Write a c program to convert octal number to hexadecimal
number.
5. Write a c program to convert hexadecimal number to decimal
number.
6. Write a c program to convert hexadecimal number to octal
number.
8. Write a c program to convert binary number to hexadecimal
number.
9. Write a c program to convert binary number to octal
number.
11. Write a c program to convert hexadecimal number to binary
number.
12. Write a c program to convert octal number to binary
number.
14. Write a c program to convert centigrade to
fahrenheit.
13 comments:
Password program is not running.. plz check.. I need this program.
The Above Program is Executed Correctly., But it will take Garbage Values as input too...
program that accepts user name from user and password by using command line arguments.
user name should be declare in array in the program.if we entered wro0ng username it have to give ,username is wrong on output screen?
program that accepts user name from user and password by using command line arguments.
user name should be declare in array in the program.if we entered wro0ng username it have to give ,username is wrong on output screen?
just use a getch() command in place of return 0 ....It will work
just include header file conio.h, it will work
what do the (while(xxxxx)!=13)mean?do 13 means something?
plz explain while((p=getch())!= 13)
i understood 13 is ascii value of enter key
It is executed i had checked
Plz explain while statement.......
really...
plse send me a programme for below questions
1. Write a C program to take details of 5 books (title, authors, pages, price) using Structures,
-order them based on the names by passing structure array to a function using pointers.(Ordering the records must be done using pointers.)
-Search for book that has a combination of authors.
Post a Comment