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
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are identifiers and keywords in c?
How to write c functions that modify head pointer of a linked list?
How do you redirect a standard stream?
What are inbuilt functions in c?
What is the symbol indicated the c-preprocessor?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Write a function that will take in a phone number and output all possible alphabetical combinations
Difference between linking and loading?
What are the characteristics of arrays in c?
What are enums in c?
What is size of union in c?
Is a pointer a kind of array?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
When should you not use a type cast?