+ 4
What is meant by cout<<
plz somebody tell
8 Respostas
+ 1
"cout" is same as "printf"
only the difference is in "printf" we use rounded braces() and in "cout" we use " <<" (known as insertion)
+ 10
c means console & out means out only.... 😉
so its quit simply just it tells the compiler to write this on user screen .....
eg. cout<<7;
this will print 7 on screen .....
+ 4
cout means console out
it prints out the information to the screen,
example-
cout<< "like my answer";
so, "like my answer" will be printed on the screen(console screen).
thanks
-VANSH
+ 2
thanku
+ 1
cout stands for console output.
It's used in c++ for giving commond of output. 😊😊😀
+ 1
what means cin
0
count means the console output it prints the output on the screen it is equal to the printf statement
0
Represents printf