Answer Posted / guest
C language terminator is the closing brace ( } ) of the
main program
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
How is pointer initialized in c?
What is file in c language?
What is main function in c?
What is meant by preprocessor in c?
What is f'n in math?
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
What does the c preprocessor do?
explain how do you use macro?
Why do we need volatile in c?
What is the general form of #line preprocessor?
What is the use of gets and puts?
State the difference between x3 and x[3].
Who developed c language?
What is a loop?
Explain what standard functions are available to manipulate strings?