What is the output of the following code?
int num = 7, a = 6;
cout << (num >= a + 1);
a) true
b) false
c) 0
d) 1
d) 1
Computer Science & Information Technology
You might also like to view...
What was used to make analyzing results faster for the 1890 census?
a. integrated circuits b. processors c. punch cards and punch card readers d. ENIAC
Computer Science & Information Technology
Does an object created with a copy constructor reference the same memory location that the original object references? Explain.
What will be an ideal response?
Computer Science & Information Technology