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
What are the types of functions in c?
What are all different types of pointers in c?
Why do we use stdio h and conio h?
What should malloc(0) do?
Does c have enums?
Linked lists -- can you tell me how to check whether a linked list is circular?
will u please send me the placement papers to my mail???????????????????
Is there a way to jump out of a function or functions?
how to capitalise first letter of each word in a given string?
What is #ifdef ? What is its application?
How we can insert comments in a c program?
Why is c called c?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How can variables be characterized?
Explain b+ tree?