Quiz
Solve a quiz to see where you stand!
We'll cover the following...
1
The program given below:
struct Student {
int roll_number = 100;
struct Student grade;
};
A)
Compiles successfully
B)
Generates an error
Question 1 of 50 attempted
...