1.

Identify the wrong syntax (C programming)

A. typedef struct { member declaration; } NAME; NAME V1, V2;
B. typedef struct tag{ member declaration; } NAME; NAME V1, V2;
C. typedef struct { member declaration; } NAME; NAME V1, V2;
D. typedef struct tag { member declaration; } NAME; NAME V1, V2;
Answer» E.


Discussion

No Comment Found