Answer Posted / aditya reja
main() is a user define function because its definition
is always define by user and its definition is not present in
any header file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I change the size of the dynamically allocated array?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is the difference between %d and %i?
what do u mean by Direct access files? then can u explain about Direct Access Files?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
How can I sort a linked list?
When should the const modifier be used?
What is a global variable in c?
What is a pointer on a pointer in c programming language?
What are global variables and how do you declare them?
What is 02d in c?
why do some people write if(0 == x) instead of if(x == 0)?
explain how do you use macro?
Where register variables are stored in c?
What are the two types of structure?