Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / sree

main() itself is a predefined function.

where as main() is a userdefined function because there we
are writing the internal part.

Is This Answer Correct ?    27 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is switch in c?

741


Write a program to generate random numbers in c?

748


What is the advantage of using #define to declare a constant?

717


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

767


What is context in c?

637






How many types of sorting are there in c?

706


What are compound statements?

720


What is %d used for?

676


Give differences between - new and malloc() , delete and free() ?

708


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

735


Why is c so important?

681


Explain what are preprocessor directives?

715


while initialization of array why we use a[][2] why not a[2][]...?

1960


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

708


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1219