Answer Posted / khemnath chauhan
void main()
//this function indicate the starting of the program furthur
tells that it has non return value.
| Is This Answer Correct ? | 40 Yes | 12 No |
Post New Answer View All Answers
What are linker error?
c program to compute AREA under integral
Explain the difference between structs and unions in c?
What is the use of static variable in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
What is the difference between class and object in c?
How can you find the day of the week given the date?
What is structure pointer in c?
What are pointers?
What is equivalent to ++i+++j?
How to establish connection with oracle database software from c language?
What is the difference between call by value and call by reference in c?
What are the 32 keywords in c?