main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / dada khalander
main() is an user defined function.Because the user writing the body of main() function,defining the body of main() by the user.So it can be considered as an user defined function
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is sizeof int in c?
Is there any data type in c with variable size?
What is a null pointer in c?
What is a nested loop?
What is the difference between scanf and fscanf?
What is string constants?
What is time null in c?
Can a local variable be volatile in c?
Is sizeof a keyword in c?
write a program in c language to print your bio-data on the screen by using functions.
write a c program for swapping two strings using pointer
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
how can use subset in c program and give more example
Is return a keyword in c?
Explain about block scope in c?