Answer Posted / gg
Every C program should have at least one function.main() is
special function, from here the actual execution of the
program starts. main() is one which calls all other
functions and helps to do their job.The functions may from
library or user defined.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of main() function?
what is the role you expect in software industry?
What was noalias and what ever happened to it?
What is exit() function?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is the explanation for modular programming?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Explain which function in c can be used to append a string to another string?
What are the 5 types of inheritance in c ++?
What is meant by type casting?
what type of questions arrive in interview over c programming?
What is masking?
Where does the name "C" come from, anyway?
What is null pointer constant?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......