Chapter 2: Introduction to C++

 

Results

Previous
Next

#1. ________ was the author of C++ Language.

Previous
Next

#2. ________ is used to read a number, a character or a string of character in C++.

Previous
Next

#3. _________ operator is used alone with cin operator.

Previous
Next

#4. ________ is used to display an object onto the standard I/O device.

Previous
Next

#5. _______ operator is used with the cout stream.

Previous
Next

#6. The ________ is used to control the digits of an output stream of a floating point value.

Previous
Next

#7. ______ manipulators function is used to specify a different character to fill the unused field width of the value.

Previous
Next

#8. _________ manipulator is used to specify the minimum character positions on the output field of a variable will consume.

Previous
Next

#9. _________ is used to convert the base of one numeric value to another base like decimal.

Previous
Next

#10. The ______ is an output manipulators to generate a carriage return or line feed character.

Previous
Next

#11. _________ functions are special stream functions that change certain characteristics of the input and output.

Previous
Next

#12. Memory allocation Operator.

Previous
Next

#13. Memory release operator.

Previous
Next

#14. Pointer to member declarator.

Previous
Next

#15. Pointer to member operator.

Previous
Next

#16. ________ is used for accessing global variable value.

Previous
Next

#17. The ______ function must be placed before the begin statement.

Previous
Next

#18. Char has _____ byte.

Previous
Next

#19. Int has ______ byte.

Previous
Next

#20. Float has _____ byte.

Previous
Next

#21. Double has _____ byte.

Previous
Next

#22. Long double has _____ byte.

Previous
Next

#23. All C++ Program must be in _______ case letter only.

Previous
Next

#24. In C++, the semicolon is used as ___________

Previous
Next

#25. C++ is an extension of _____ language.

Previous
Finish