31. Within a program, you can instantiate ________that have a class template type
A. classes
B. functions
C. parameters
D. objects
Advertisement
32. The rules to any programming language are its _______
A. syntax
B. interpretation
C. logic
D. customs
Advertisement
33. Which of the following backslash codes used for bell?
A. \b
B. a
C. \r
D. \s
E. None of the above
Advertisement
34. The last statement in a value-returning function is always _____
A. };
B. result expression;
C. return;
D. return expression;
Advertisement
35. One of the logical operators in the C language is represented by the symbol
A. AND
B. &&
C. >=
D. <=
E. None of the above
Advertisement
< PREVIOUS POSTObject Oriented Programming Using C++ - Section 4