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


Please Help Members By Posting Answers For Below Questions

Tell me when is a void pointer used?

889


Why is extern used in c?

853


What is the difference between #include

and #include “header file”?

807


What is the purpose of & in scanf?

863


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

2980


What is the difference between if else and switchstatement

1592


What is the purpose of void in c?

815


What are the complete rules for header file searching?

880


Explain what is the use of a semicolon (;) at the end of every program statement?

990


What are data types in c language?

820


Why is a semicolon (;) put at the end of every program statement?

854


Can we increase size of array in c?

726


What does the function toupper() do?

898


How many levels of pointers can you have?

955


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.

1024