which header file contains main() function in c?
Answer Posted / raj
Please if u don't know answer then don't post comment..
Please search stdio.h file
it doesn't contain main function declaration
thanks
| Is This Answer Correct ? | 36 Yes | 0 No |
Post New Answer View All Answers
what do you mean by enumeration constant?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Difference between macros and inline functions? Can a function be forced as inline?
Why we write conio h in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain goto?
What is the mean of function?
Write a program to check prime number in c programming?
What are the differences between new and malloc in C?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
what are the 10 different models of writing an addition program in C language?
Can you write the algorithm for Queue?
Do pointers need to be initialized?