Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / rajen kumar
if main() is user define...then why not...we can't change
it's name ??
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the value of uninitialized variable in c?
Explain what standard functions are available to manipulate strings?
What is the purpose of the statement: strcat (S2, S1)?
What is n in c?
What is huge pointer in c?
What does it mean when the linker says that _end is undefined?
What is the main difference between calloc () and malloc ()?
What is substring in c?
What is a pragma?
writ a program to compare using strcmp VIVA and viva with its output.
I have seen function declarations that look like this
Is there sort function in c?
What are preprocessor directives in c?
What are multidimensional arrays?
Where is volatile variable stored?