Why is main function so important?
No Answer is Posted For this Question
Be the First to Post Answer
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is restrict keyword in c?
Explain how do you list a file’s date and time?
What is a structure and why it is used?
What is the difference between abs() and fabs() functions?
I have a varargs function which accepts a float parameter?
What is difference between arrays and pointers?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is the Purpose of 'extern' keyword in a function declaration?