Question: Consider the following statements: struct studentType 1 { string name; int ID; float gpa; } ; struct studentType 2 { string name; int ID; float

Consider the following statements:
struct studentType1
{
string name;
int ID;
float gpa;
};
struct studentType2
{
string name;
int ID;
float gpa;
};
studentType1 student 1, student 2 ;
studentType2 student3, student 4 ;
Which of the following statements is valid in C++?
a. student2= student3;
b student! efudent 4
90 tudent210=10
Sludent110 botudenta 10
 Consider the following statements: struct studentType1 { string name; int ID;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!