Question 1 of 99
What is printed from this code?
vector<int> v(22); bool b = (v[6]); printf("%d", !b);
False
0
1
This code has an error.
Time Remaining:01:30
Questions: 1/99