Answer Posted / rashmi
#include<stdio.h>
main()
{
printf("\%d");
}
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What are the benefits of c language?
Why header file is used in c?
Explain the array representation of a binary tree in C.
How can I insert or delete a line (or record) in the middle of a file?
Why does everyone say not to use gets?
List the different types of c tokens?
What are the types of data types and explain?
Can include files be nested?
Is c is a procedural language?
What does %d do in c?
Explain data types & how many data types supported by c?
What is far pointer in c?
What is difference between structure and union with example?
Explain the properties of union. What is the size of a union variable
Why flag is used in c?