Quiz
Solve a quiz to see where you stand!
Technical Quiz
1.
The program given below:
struct Student {
int roll_number = 100;
struct Student grade;
};
A.
Compiles successfully
B.
Generates an error
1 / 5
...
Solve a quiz to see where you stand!
The program given below:
struct Student {
int roll_number = 100;
struct Student grade;
};
Compiles successfully
Generates an error