Online MCQs Test – Input Output Handling in C++ – Computer 10th

Class 10th | Computer | Chapter 3 | Input Output Handling in C++ | Solved Online MCQs Test

Online MCQs Test of Chapter 3 (Input Output Handling in C++) Computer Class 10th Science Group – Sindh Board. According to New Examination Pattern / Syllabus of Sindh Board

1. Those operators that require two operands are known as:

 
 
 
 

2. Each escape sequence must start with.

 
 
 
 

3. gets ( ) function is used to input data type:

 
 
 
 

4. Which of the following operator works only with integer variables?

 
 
 
 

5. The remainder operator (%) requires that both operands be.

 
 
 
 

6. The # symbol is called ___________ directives

 
 
 
 

7. What value does the variable a have, after all of the code executes?
int a =1;
int b;
b = a++;

 
 
 
 

8. In this statement “int main(void)” the second void is.

 
 
 
 

9. All C++ statements must end with:

 
 
 
 

10. \n escape sequence is used to move the cursor to.

 
 
 
 

11. Equality operator is denoted by.

 
 
 
 

12. Increment and decrement operators operate on only one operand and are called:

 
 
 
 

13. In which logical operator, the result of operation will be true, if both operands are true, otherwise false:

 
 
 
 

14. cin( ) statement is used to data from standard input device:

 
 
 
 

15. The multi-line comment begins with the character set of.

 
 
 
 

16. This is a statement terminator in C++.

 
 
 
 

17. getche ( ) function gets a character and the character:

 
 
 
 

18. The symbol << is called.

 
 
 
 

19. Logical NOT operator takes operand:

 
 
 
 

20. Relational operators are used to ___________ two operands:

 
 
 
 


Scroll to Top