C - Structures,Unions - Discussion

You Are Here :: Home > C > Structures,Unions - Discussion

 



Q.

struct employee_rec {

char name[30];
int dependents;
float pay_rate;
} full_time, part_time;
How many members does the above structures have?

A. 0 B. 1
C. 2 D. 3

Answer: Option D
Explaination:

No Explanation



Discussion

Your Comments Goes here...
NameDiscussion