Quiz

Solve a quiz to see where you stand!

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


1 / 8

🎉Congratulations! You ...