Answer Posted / sonia
it shows the beginning of the program n this function is
called by the complier.here void means main()wont return any
value.
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is the use of c language in real life?
How many types of arrays are there in c?
I need a sort of an approximate strcmp routine?
What does do in c?
Tell us two differences between new () and malloc ()?
Which is better oop or procedural?
What is const keyword in c?
Which is better between malloc and calloc?
What is the difference between near, far and huge pointers?
What is getch() function?
What is an array in c?
What is #define used for in c?
Compare array data type to pointer data type
How can I generate floating-point random numbers?
What is the time and space complexities of merge sort and when is it preferred over quick sort?