Answer Posted / jaya prakash
Ya,it is } of main function
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
What is #line used for?
What is new line escape sequence?
What is the use of #include in c?
Define and explain about ! Operator?
#include
What is difference between stdio h and conio h?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is operator precedence?
Can main () be called recursively?
Explain bit masking in c?
c program to compute AREA under integral
What are 3 types of structures?
How are strings stored in c?
Is malloc memset faster than calloc?
Where can I get an ansi-compatible lint?