how many keywords do C compile?
Answer Posted / chhatrala tejal n.
32
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are structure types in C?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What’s a signal? Explain what do I use signals for?
Explain what header files do I need in order to define the standard library functions I use?
What is clrscr in c?
What are the different properties of variable number of arguments?
What are the application of void data type in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Why is c called "mother" language?
Explain what is dynamic data structure?
How is null defined in c?
What is pointers in c?
What is a c token and types of c tokens?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Can we use visual studio for c?