fullform of cout and clrscr | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

fullform of cout and clrscr

3rd Jul 2016, 3:39 PM
Rajiv Singh
Rajiv Singh - avatar
4 Answers
+ 3
cout // console output clrscr(); // clear screen
3rd Jul 2016, 3:52 PM
Satan 666
Satan 666 - avatar
+ 1
console output(cout is object which gives output to screen as well as from memory) and clearscreen (so that all screen clears and only relevant things can be shown..)
4th Jul 2016, 3:40 AM
santosh kumar
santosh kumar - avatar
0
there are no "full forms" there are only meaningful names.
3rd Jul 2016, 8:30 PM
Mukul Kumar
Mukul Kumar - avatar
0
cout means console output #include<iostream.h> use this header file clrscr(); means clear screen #include<conio.h> use this header file as well as you can also use getch(); function use for hold the screen when we run the actual program.
4th Jul 2016, 5:37 AM
Rahul Gaikwad (RAJRN)
Rahul Gaikwad (RAJRN) - avatar