What's the meaning of m[i]=(char)(in.read)); ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What's the meaning of m[i]=(char)(in.read)); ?

pls help me with this.

27th Nov 2018, 4:28 PM
Sonali Ghosh
1 Answer
+ 5
Reads an input stream, casts it to character data type and assigns the value to an array at position i.
27th Nov 2018, 4:48 PM
Tashi N
Tashi N - avatar