Consider the following statements:struct studentType1 
{  string name;  int ID;  double gpa; 
};studentType1 student1, student2;struct studentType2 
{  string name;  int ID;  double gpa;
};studentType2 student3, student4;Which of the following statements is valid in C++?

A. student2 = student3;
B. student1 = student4;
C. student2.ID = ID;
D. student1.ID = student3.ID;


Answer: D

Computer Science & Information Technology

You might also like to view...

Sentence case is a Change Case option that capitalizes only the first word of a sentence or phrase

Indicate whether the statement is true or false

Computer Science & Information Technology

In PowerPoint, the ________ controls the intensity of color on different parts of the object

A) Texture B) Picture C) Shape Effects D) Gradient

Computer Science & Information Technology

Color cast occurs when a digital camera measure the tone correctly.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is special about the way Adobe Premiere Pro can interpret RED camera and ARRI Alexi video files?

What will be an ideal response?

Computer Science & Information Technology