Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / saurabh kumar

well i think main is a predefine function because we can
not change the name of predefine function......

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between formatted&unformatted i/o functions?

620


Differentiate between the expression “++a” and “a++”?

709


When is the “void” keyword used in a function?

845


What math functions are available for integers? For floating point?

627


Where are some collections of useful code fragments and examples?

721






What are the primitive data types in c?

579


What are runtime error?

634


Explain how do you sort filenames in a directory?

613


What is a union?

613


provide an example of the Group by clause, when would you use this clause

1711


Write a program for finding factorial of a number.

637


What happens if a header file is included twice?

602


Why do we use int main?

617


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

2747


What is c standard library?

694