Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / suresh kumar
main() is a system declared bt user defined function
coz main is declared as built in functions but we give the
definition of main according to us. means it is defined by
the user.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
List some of the dynamic data structures in C?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Why void main is used in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is it better to use malloc() or calloc()?
if p is a string contained in a string?
What is the difference between Printf(..) and sprint(...) ?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Write a program to reverse a linked list in c.
What are the types of variables in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What are examples of structures?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Explain union. What are its advantages?