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
Tell me when is a void pointer used?
Why is extern used in c?
What is the difference between #include
What is the purpose of & in scanf?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is the difference between if else and switchstatement
What is the purpose of void in c?
What are the complete rules for header file searching?
Explain what is the use of a semicolon (;) at the end of every program statement?
What are data types in c language?
Why is a semicolon (;) put at the end of every program statement?
Can we increase size of array in c?
What does the function toupper() do?
How many levels of pointers can you have?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.