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
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Can include files be nested?
How many keywords are there in c?
What is a double c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Write a program to use switch statement.
What is the explanation for the dangling pointer in c?
What does c mean before a date?
What is c preprocessor mean?
What are the types of functions in c?
Why is c called a mid-level programming language?
What is LINKED LIST? How can you access the last element in a linked list?
What is anagram in c?