There are ___ arithmetic operator used in C++?
A. Four
B. Five
C. Six
D. Seven
Answer
Correct Answer: A. Four
A. Four
B. Five
C. Six
D. Seven
Correct Answer: A. Four
A. finds a token separated by any of a set of characters
B. searches a string for any one of a set of characters
C. finds the last position in si in which s2 appears
D. determines length of initial string, segment made up of characters NOT in a specified set
Correct Answer: D. determines length of initial string, segment made up of characters NOT in a specified set
A. perform a task
B. return a value
C. change value actual arguments in the call by reference
D. All of the above
Correct Answer: D. All of the above
A. a set of numbers
B. a list of strings
C. a set of legal values possible for a variable
D. a list of operators
Correct Answer: C. a set of legal values possible for a variable
A. f
B. e
C. d
D. c
Correct Answer: A. f
A. only one line
B. several lines
C. two adjacent lines
D. All of the above
Correct Answer: B. several lines
A. float
B. (float)
C. %f
D. %t
Correct Answer: B. (float)
A. 16
B. 32
C. 64
D. 86
Correct Asnswer: B. 32
A. is a collection of data objects and operators that can be evaluated to a single value
B. is a name that substitutes for a sequence of characters
C. causes the computer to carry out some action
D. All of the above
Correct Answer: A. is a collection of data objects and operators that can be evaluated to a single value
A. scanf() and printf()
B. getchar() and printf()
C. scanf() and putchar()
D. getchar() and putchar()
Correct Answer: D. getchar() and putchar()