Answer Posted / sanjay
printf("\hai"");
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is #define in c?
What is wrong with this program statement? void = 10;
Is c# a good language?
What is malloc calloc and realloc in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Give the rules for variable declaration?
What is c language in simple words?
write a program in c language to print your bio-data on the screen by using functions.
What are the uses of null pointers?
Tell me the use of bit field in c language?
What happens if header file is included twice?
In which language linux is written?
List the difference between a While & Do While loops?
Can 'this' pointer by used in the constructor?