Answer Posted / karthikeyan
keywords are the words which have a specific meaning and
cannot be used as a variable
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
How can I read in an object file and jump to locations in it?
What are disadvantages of C language.
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Which is more efficient, a switch statement or an if else chain?
What is the difference between typedef and #define?
What is difference between structure and union in c?
What is the advantage of an array over individual variables?
What is a newline escape sequence?
Explain what is the concatenation operator?
how many errors in c explain deply
What is table lookup in c?
What is the difference between a function and a method in c?
Find MAXIMUM of three distinct integers using a single C statement