+ 2

"What's input,output statement"?

I didn't get it.

26th Dec 2016, 11:13 AM
mahesh naandade
mahesh naandade - avatar
1 Respuesta
+ 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