Quiz

Solve a quiz to see where you stand!

We'll cover the following...
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

...