Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
How Increment work in this cout statement?
c++
cout
increment
operator
4 Votos
8 Respostas
28th Sep 2017, 5:50 AM
Trendy Prima Wijaya
What is cout please answer.me
c++
0 Voto
3 Respostas
16th Jan 2017, 3:39 AM
THEDARK
difference between return and cout
c++
0 Voto
1 Resposta
15th Nov 2016, 1:12 PM
Faminan Tioro
Whats the difference between printf and cout
c++
cout
print
1 Voto
6 Respostas
26th Aug 2018, 2:08 PM
Yacine Kchaou
Why does cout << (1<<1) print 2?
c++
4 Votos
6 Respostas
2nd Jun 2017, 7:41 AM
Samanvay Lamba
why is cout giving an error?
c++
0 Voto
3 Respostas
30th Mar 2019, 8:00 AM
Yusha Arif
If int a=3; int b=2; b=a++ cout <<++b,what is the output?
c++
-4 Votos
8 Respostas
11th Mar 2017, 9:34 AM
Wis Vaurasi
why cout work after getch in C++??!!
c++
cout
getche
0 Voto
7 Respostas
20th May 2022, 6:19 AM
Akbar Khalilzadeh
If x=0;what is the value of while(x<5) x++; cout <<"x";
loops
while
3 Votos
10 Respostas
10th Aug 2018, 4:26 PM
Parmeet Singh
What is this: cout << (y>>2)?
c++
0 Voto
2 Respostas
5th Apr 2019, 2:58 PM
Alireza Abbasi
Which command is fast cout or printf?
?
0 Voto
5 Respostas
5th Jun 2018, 5:04 PM
Aakash
В чем разница между cout <<"Hello world" и cout <<"Hello" << "world" ?
cout
-1 Voto
1 Resposta
30th Mar 2018, 6:11 AM
Виталий
Why cout << "hi" + 5 gives this strange output?
c++
stanges
4 Votos
9 Respostas
10th Feb 2020, 4:48 PM
Alexik
C++ problems with cin, cout and the if statement.
c++
cin
cout
if-statements
2 Votos
6 Respostas
29th Mar 2018, 2:28 PM
TGFoxy
best time to use cout and printf?
c++
cout
0 Voto
6 Respostas
28th Jun 2016, 12:19 AM
Null Void
What is cout means In c++ language
c++
1 Voto
5 Respostas
12th Jul 2017, 9:49 AM
bhuvana chandra
What is differences between cin and cout
c++
1 Voto
5 Respostas
25th Nov 2016, 2:37 PM
Safiyyasaleh Sadiq
what does" cout <<++y " mean??
c++
0 Voto
3 Respostas
28th Sep 2016, 9:41 PM
Xara
Cout and Cin is an object of which class?
cin
class
cout
object
sololearn
3 Votos
4 Respostas
30th Mar 2018, 4:06 PM
Suraj Jha
why the last cout has no output?
pointers
4 Votos
2 Respostas
31st Dec 2017, 7:51 AM
Amir Hossein
How to print spanish/french/etc texts with cout or other method?
c++
country
regional
spanish
18 Votos
9 Respostas
13th Dec 2016, 8:23 PM
Jose
How to flush the cout output stream buffer in C++
c++
cout
flush
output
standard
stream
8 Votos
2 Respostas
14th Sep 2018, 6:04 AM
Sonic
What is those cout mean in the programming language
cout
1 Voto
13 Respostas
1st Mar 2018, 12:59 PM
Siri
How we can show output without using cout in c++?
c++
1 Voto
8 Respostas
25th Oct 2018, 4:27 AM
Arvind Mehta
Arithmetic cout like cout << 2+2; prints 4 in Visual Studio, but does not print anything in gcc compiler. Why ?
basics
compiler
cout
1 Voto
9 Respostas
26th Feb 2018, 8:34 AM
Harshit
c++ Printing the correct number of decimal points with cout
c++
cout
fixed
noshowpoint
setprecision
std
3 Votos
8 Respostas
25th Oct 2017, 7:28 PM
derXred
C++ COUT with arguments? (a, b, c)
c++
cout
output
1 Voto
3 Respostas
4th Mar 2018, 11:08 AM
Miroslav M
Why should we put inserters in cout
c++
cout
1 Voto
3 Respostas
17th Aug 2016, 4:01 PM
Maksym Malishchuk
Почему после if cout ничего не выводит?
c++
if-statements
0 Voto
1 Resposta
15th Apr 2019, 11:02 PM
Мирослав Поліщук
Can someone explain cout to me?
java
0 Voto
2 Respostas
7th Jan 2017, 12:09 PM
Luca Daidone
if (x==(x-x+x)) { cout <<" Equal "; } else { cout <<" Not Equal "; }
c++
if-statements
program
1 Voto
2 Respostas
19th Apr 2017, 5:27 AM
Code Gun
What is meant by cout in c++?
variables
0 Voto
2 Respostas
23rd May 2020, 11:41 AM
Tejas Pattanshetti
cout << "This " << "is " << "awesome!";
c++
cout
1 Voto
3 Respostas
18th Apr 2018, 10:51 AM
suworawut siaosirikul
cout variables difference from c language
c++
cout
variables
0 Voto
1 Resposta
13th Jun 2017, 12:57 PM
Who did this?
What is the purpose of cout in c ++
c++
cout
in
is
of
purpose
the
what
2 Votos
7 Respostas
25th Sep 2017, 5:49 PM
Gaurav kumar
How can I write that if var c is a float then cout a specific code and else cout something else in c++?
c++
cout
else-statements
float
if-statements
int
text
variables
0 Voto
10 Respostas
14th Dec 2020, 6:10 PM
Alex
Int a,b=12; cout <<a,b; // output =8. Why???
c++
0 Voto
4 Respostas
18th Jul 2018, 9:53 AM
Nguyễn Quang Huy
Cout is similar to printf in c?
c++
cout
0 Voto
3 Respostas
7th Nov 2016, 4:11 PM
Swaran
is printf and cout are the same?
getch
printf
0 Voto
3 Respostas
29th Jan 2017, 4:01 AM
Arjay S. Meru
كيف بقدر خلي ال cout ينعاد الى المالانهاية
c++
0 Voto
2 Respostas
23rd Feb 2024, 10:24 PM
Mahmoud Diab
Why is cout within the while condition parenthesis?
c++
while
0 Voto
3 Respostas
28th Jul 2020, 6:19 AM
Solus
What is cout and function of return 0;
c++
-4 Votos
8 Respostas
17th Sep 2017, 11:43 AM
anshuman shukla
C++ printf() versus cout which is more powerful?
c
c++
cout
function
powerful
printf
1 Voto
2 Respostas
9th Apr 2020, 12:34 PM
D ̲E ̲S ̲S ̲I ̲E ̲- ̲B ̲A ̲H ̲I ̲R ̲U ̲
If i am not wrong then cout <<"sum"; just Prints the word "Sum" while cout << sum; prints its value.
c++
2 Votos
5 Respostas
5th Nov 2016, 8:30 AM
Micro Pixels
Why is there the 2 arrows after cout
c++
1 Voto
4 Respostas
18th Mar 2018, 5:35 PM
Mr. Pr○grammer
Is it necessary to use std::cout or just cout
c++
0 Voto
4 Respostas
21st Sep 2020, 8:25 AM
Isaac
Whst is the use of cout function
c++
1 Voto
2 Respostas
13th Aug 2017, 5:37 AM
Tejas Arya
What is the difference between printf() in C and cout in C++ ?
cout
printf()
vs
5 Votos
16 Respostas
8th Sep 2020, 6:07 AM
Yogeshwaran P
What is function of << in front of cout
c++
1 Voto
7 Respostas
20th May 2017, 6:02 AM
Jayant
Why is cout << 5+"Sololearn" output earn?
cout
int
string
1 Voto
2 Respostas
11th Aug 2017, 9:52 PM
HJ🐓TDM
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
4
...
19
Próximo >
Quente hoje
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes