which of the following functions converts inputs to integer values? options A.input() B. int() C. string () D. number()
Answers
Answered by
1
Answer:
B. int ()
Explanation:
int ( ) function in C and C++ converts the input into integer values.
Similar questions