Skip to content
#1. ________ was the author of C++ Language.
#2. ________ is used to read a number, a character or a string of character in C++.
#3. _________ operator is used alone with cin operator.
#4. ________ is used to display an object onto the standard I/O device.
#5. _______ operator is used with the cout stream.
#6. The ________ is used to control the digits of an output stream of a floating point value.
#7. ______ manipulators function is used to specify a different character to fill the unused field width of the value.
#8. _________ manipulator is used to specify the minimum character positions on the output field of a variable will consume.
#9. _________ is used to convert the base of one numeric value to another base like decimal.
#10. The ______ is an output manipulators to generate a carriage return or line feed character.
#11. _________ functions are special stream functions that change certain characteristics of the input and output.
#12. Memory allocation Operator.
#13. Memory release operator.
#14. Pointer to member declarator.
#15. Pointer to member operator.
#16. ________ is used for accessing global variable value.
#17. The ______ function must be placed before the begin statement.
#18. Char has _____ byte.
#19. Int has ______ byte.
#20. Float has _____ byte.
#21. Double has _____ byte.
#22. Long double has _____ byte.
#23. All C++ Program must be in _______ case letter only.
#24. In C++, the semicolon is used as ___________
#25. C++ is an extension of _____ language.