Answer Posted / manikanta
#include "stdio.h"
main()
{
printf(" %%d ");
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can I avoid the abort, retry, fail messages?
What is structure packing in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
explain what is a newline escape sequence?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain what is the stack?
Explain what is page thrashing?
What is the difference between a string and an array?
What is scanf () in c?
how to count no of words,characters,lines in a paragraph.
By using C language input a date into it and if it is right?
How do you define a string?
What are structures and unions? State differencves between them.
how many errors in c explain deply
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none