In which category does main function belong??

Answers were Sorted based on User's Feedback



In which category does main function belong??..

Answer / ektasingh

main is not user defined.(user defined functions can have
any name )

main is not inbuilt.(it has not been defined in any library)

what is main????

Is This Answer Correct ?    6 Yes 3 No

In which category does main function belong??..

Answer / ankur mohan sharma

Main is a user defined function.
It has an important property that it is first recognised by compiler. So it must be present in a program.
A user defined function is one whose defination is given by user and Since you define main's working. So it is a user defined function.

Is This Answer Correct ?    1 Yes 0 No

In which category does main function belong??..

Answer / devi

main function is used in C,C++,Java languages which is
first read by the compiler.

Is This Answer Correct ?    1 Yes 1 No

In which category does main function belong??..

Answer / abhinendra bhadauriya

main is an thread which create process in the memory with the help of operating system

Is This Answer Correct ?    1 Yes 1 No

In which category does main function belong??..

Answer / sonu

main function part of class so its name is main, and it is execute execute by the compiler outside the class so it is made public, and it is getting the memory at compile time so it is static , and it is not return any value so it is void .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


find the minimum of three values inputted by the user

3 Answers  


What is pointer & why it is used?

0 Answers  


When should a far pointer be used?

0 Answers   Aspire, Infogain,


What is the explanation for prototype function in c?

0 Answers  






Is c an object oriented programming language?

1 Answers  


Explain heap and queue.

0 Answers   Aricent,


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


Why Modern OS are interrupt driven?Give an example

3 Answers  


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


What is string function in c?

0 Answers  


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


Categories