Quiz

Solve a quiz to see where you stand!

1

What is the output of the following code?

int main() {
  int Number[5];
  cout << Number[100];
}
A)

0

B)

6

C)

Print some garbage value

D)

Error

Question 1 of 80 attempted

Get hands-on with 1200+ tech skills courses.