main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / s.s.venkatesh
the main() is a predefined function because we can't change
the name of the function or characterstics of the function.
If the function is user defined means we can change the
name of the function as we wish.
So,the main() is a predefined function.
| Is This Answer Correct ? | 20 Yes | 21 No |
Post New Answer View All Answers
How are 16- and 32-bit numbers stored?
define string ?
What is the benefit of using const for declaring constants?
Explain what’s a signal? Explain what do I use signals for?
What is function pointer c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
explain what is an endless loop?
what is the height of tree if leaf node is at level 3. please explain
What are valid operations on pointers?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What are void pointers in c?
What are the application of void data type in c?
What is the difference between ++a and a++?
What is the difference between fread and fwrite function?
Can we add pointers together?