Computer Science, asked by jaideepinsan87, 3 months ago

which of the following functions converts inputs to integer values? options A.input() B. int() C. string () D. number() ​

Answers

Answered by Divyaballakuraya
1

Answer:

B. int ()

Explanation:

int ( ) function in C and C++ converts the input into integer values.

Similar questions