Answer Posted / sumankumar
printf("%%d");
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
while initialization of array why we use a[][2] why not a[2][]...?
Is file a keyword in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What library is sizeof in c?
Differentiate Source Codes from Object Codes
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Why does notstrcat(string, "!");Work?
How can I sort a linked list?
What is a structure in c language. how to initialise a structure in c?
Are bit fields portable?
Give basis knowledge of web designing ...
why do some people write if(0 == x) instead of if(x == 0)?
What is variable initialization and why is it important?
Can you define which header file to include at compile time?
What are the different data types in C?