Question: Consider the following statements: struct studentType 1 { string name; int ID; double gpa; } ; studentType 1 student 1 , student 2 ; struct
Consider the following statements:
struct studentType
string name;
int ID;
double gpa;
;
studentType student student;
struct studentType
string name;
int ID;
double gpa;
;
studentType student student;
Which of the following statements is valid in C
a studentID studentID;
b studentID ID;
c student student;
d student student;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
