Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / suyash kumar (c.s. 1st year ni

it is user defined function..........as if we make another
funtion say for factorial void fact() and store it in
lib fun. then apply it in program except main it work as a
funtion.........moreover we defined main as we write
instruction in it and execution take place

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null always defined as 0(zero)?

619


What does double pointer mean in c?

584


Are comments included during the compilation stage and placed in the EXE file as well?

674


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1624


What is function and its example?

632






Define VARIABLE?

692


What is typedf?

674


What language is windows 1.0 written?

581


What is the meaning of typedef struct in c?

600


What is the difference between array and linked list in c?

606


How can I write functions that take a variable number of arguments?

631


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1256


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1547


Stimulate calculator using Switch-case-default statement for two numbers

2452


What is call by reference in functions?

573