Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / vikas kumar shakya

main() is a user defined function. it is the entry point of
any program.
At run time the main() function is searched as the entry to
start the program.

Is This Answer Correct ?    23 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you generate random numbers in c?

623


What is double pointer?

557


Explain how can you tell whether two strings are the same?

580


find out largest elemant of diagonalmatrix

1647


What is meant by preprocessor in c?

533






Explain Function Pointer?

681


Mention four important string handling functions in c languages .

622


What are structure members?

594


What is the use of the function in c?

596


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3842


Differentiate between functions getch() and getche().

620


What are qualifiers?

615


What is the difference between near, far and huge pointers?

628


Can an array be an Ivalue?

664


What does the error 'Null Pointer Assignment' mean and what causes this error?

741