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
When can you use a pointer with a function?
What is return in c programming?
What is getche() function?
What is the function of this pointer?
What is pass by value in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Explain high-order bytes.
What is const keyword in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Write a program to use switch statement.
Is c easier than java?
What are void pointers in c?
Is it valid to address one element beyond the end of an array?
How can you draw circles in C?
what do you mean by inline function in C?