"What's input,output statement"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

"What's input,output statement"?

I didn't get it.

26th Dec 2016, 11:13 AM
mahesh naandade
mahesh naandade - avatar
1 Answer
+ 1
an input statement is a statement where user input is done e. g. std::cin >> varname; an output statement is a statement where someting gets printed e. g. std::cout << varname;
26th Dec 2016, 12:31 PM
Andreas K
Andreas K - avatar