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. is ______________ file.

 
 
 
 

2. Equality operator is denoted by.

 
 
 
 

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

 
 
 
 

4. All C++ statements must end with:

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

8. Which of the following escape sequence represents carriage return?

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

12. Each escape sequence must start with.

 
 
 
 

13. Single line comment written in C++ with ____________ symbol.

 
 
 
 

14. Every C++ program must have this function.

 
 
 
 

15. Relational operators are used to ___________ two operands:

 
 
 
 

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

 
 
 
 

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

 
 
 
 

18. The # symbol is called ___________ directives

 
 
 
 

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

 
 
 
 

20. If an increment or decrement operator is placed after a variable, it is called as.

 
 
 
 


Scroll to Top