[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Structures, Unions, Enums - Discussion

Home > C Programming > Structures, Unions, Enums > MCQs Questions Discussion

29 / 43

Choose the correct option.

Consider the following declaration

struct list {
int x;
struct list *next;
)*head;

The statement head.x = 100

Aassigns 100 to one element of the structure list

Bcreates a node of type list and assigns a value to x

Ccreates a head of the list

Dis an erroneous statement

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!