Which of the Following will define a type NODE that is a
node in a Linked list?
A)struct node {NODE*next;int x;};type def struct node NODE;
B)typedef struct NODE {struct NODE *next;int x;};
C)typedef struct NODE {NODE *next;int x;};
D)typedef struct {NODE *next;int x;}NODE;
Answer Posted / santhoo035
d)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Ow can I insert or delete a line (or record) in the middle of a file?
Explain what is the difference between the expression '++a' and 'a++'?
Explain what are the different file extensions involved when programming in c?
What is the full form of getch?
Explain what is a static function?
Is null always equal to 0(zero)?
Can I initialize unions?
Write programs for String Reversal & Palindrome check
What is New modifiers?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is mean by data types in c?
What are header files why are they important?
What is the use of static variable in c?
Which driver is a pure java driver