[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

27 / 43

Choose the correct option.

Consider the following declarations

typedef struct {
char name [20];
char middlename [5];
char surname [20];
} VARI;
VARI optical [20];

Aoptical is an array of20 characters only

Boptical is an array of 20 names where each name consists of a name, middlename and surname.

Coptical is a new type

DNone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!