how many keywords do C compile?
Answer Posted / gandhi priyank
there are 32 keywords in c language ...............
| Is This Answer Correct ? | 72 Yes | 9 No |
Post New Answer View All Answers
Tell me is null always defined as 0(zero)?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is the difference between arrays and pointers?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are 3 types of structures?
How can this be legal c?
Are there constructors in c?
What is default value of global variable in c?
How can my program discover the complete pathname to the executable from which it was invoked?
When was c language developed?
What does d mean?
Is c# a good language?
Why & is used in scanf in c?
Define and explain about ! Operator?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?