21. You define a structure type globally because
22. The standard output stream, which refers to the computer screen, is called
23. Which of the following operators is the equality operator?
24. In C++, you use _____ to perform standard input and output operations
25. Values that are used to end loops are referred to as _____ values
26. Which of the following flowchart symbols represents the if selection structure?
27. Two or more arrays whose elements are related by their position (subscript) in the arrays are called _____ arrays
28. Assume that a program creates and initializes a Short Integer variable named age and a pointer named agePtr, to which it assigns the address of the age variable. Which of the following statements will assign the number 21 to the age variable?
29. The statement fwrite ( (char*)&objl, sizeof(objl) );
30. The body of a C++ function is surrounded by _____
Read More Section(Object Oriented Programming Using C Plus Plus)
Each Section contains maximum 100 MCQs question on Object Oriented Programming Using C Plus Plus. To get more questions visit other sections.
