main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / chitaranjan barik
Main() is a predefined
function,because it's
prototype,call function,
returning val -all these
parameters only kown
to compile,not to
user.but we can use it
as user defined by
specifying our own
parameter
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Give basis knowledge of web designing ...
How can I get the current date or time of day in a c program?
Write a program to check prime number in c programming?
Calculate 1*2*3*____*n using recursive function??
How can I direct output to the printer?
What is the g value paradox?
How reliable are floating-point comparisons?
Write a c program to demonstrate character and string constants?
What is line in c preprocessor?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Why is sprintf unsafe?
Explain the red-black trees?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Can the size of an array be declared at runtime?
How can I run c program?