Computer Science, asked by KARTHIK94944, 1 year ago

what does the method readline () return?
1)one line
2) one byte
3)one character
4)bool

Answers

Answered by wajahatkincsem
8
Thank you for asking the question !!!

Method:
readline ( );
Function of the method: reads the complete row (complete line).
To learn the methods the easiest way is to use these methods by yourself and see outputs by doing different tasks.


baramrameshbabu: ok it reads complete line,but does it return any thing
Similar questions