how many keywords do C compile?
Answer Posted / iyswarya
32
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why #include is used in c language?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Explain the properties of union.
c language interview questions & answer
How can I make it pause before closing the program output window?
What is scope of variable in c?
How can I do peek and poke in c?
What is indirection in c?
The statement, int(*x[]) () what does in indicate?
What are loops c?
How can I write functions that take a variable number of arguments?
Why c is known as a mother language?
develop algorithms to add polynomials (i) in one variable
write a program to concatenation the string using switch case?
What are dangling pointers in c?