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
Is fortran faster than c?
What is type qualifiers?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Which header file is used for clrscr?
Explain how can I convert a string to a number?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Do you know the use of 'auto' keyword?
What is the -> in c?
What is union and structure in c?
What is difference between Structure and Unions?
How can I remove the leading spaces from a string?
What do you mean by dynamic memory allocation in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
Difference between constant pointer and pointer to a constant.
By using C language input a date into it and if it is right?