how many keywords do C compile?
Answer Posted / sherab gyeltshen
32...
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How #define works?
In which language linux is written?
Describe newline escape sequence with a sample program?
Why do we use & in c?
State two uses of pointers in C?
What is maximum size of array in c?
How many keywords (reserve words) are in c?
Who is the main contributor in designing the c language after dennis ritchie?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Write a program for Overriding.
Explain how does free() know explain how much memory to release?
What is the meaning of 2d in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Why clrscr is used in c?