Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
How do you print "\n"?
cout
2 Votes
4 Answers
4th May 2019, 10:41 PM
Jane Doe
Why there is no printf. What is this cout
c++
0 Votes
2 Answers
20th Aug 2017, 4:30 PM
Pooja K. P
how to use cout and cin at the same time?
help
0 Votes
3 Answers
12th Feb 2017, 10:14 PM
JuLLe //Rq
Запутался
cout
0 Votes
19 Answers
10th Mar 2018, 1:31 PM
DAVID BISON
Please tell me about cout and cin completly with example
cin
0 Votes
3 Answers
11th Jan 2017, 5:10 PM
Pyae Sone Paing
Es lo mismo usar printf ("blabla"); que usar cout <<"blabla"; ???
c++
1 Vote
2 Answers
13th Jul 2018, 4:26 PM
Josue Canizal
#include <iostream> using namespace std; int main() { int x=5 , y=6; if (++x>4 ||++y<8) { cout <<x<<y<<endl;
c++
3 Votes
6 Answers
16th Aug 2018, 11:46 AM
Jakhongir
I still don't get what '' cout '' means?
c++
-1 Vote
2 Answers
10th Feb 2017, 7:31 PM
NitroThunder
Can we use printf and scanf instead of cout and cin?
printf
2 Votes
2 Answers
19th Sep 2017, 1:47 PM
yagnesh maheria
What is the difference between cout and return while defining a function??
c++
cout
function
return
2 Votes
2 Answers
27th Feb 2018, 3:21 PM
Yogesh Yadav
Fill in the blanks to check if the age variable is greater than 18: int age = 25; ( > 18) { cout << "Adult"; }
c++
else-statements
-2 Votes
10 Answers
16th Apr 2018, 3:44 PM
Casey Oleski
[SOLVED] How to print ascii value of charecter in c++? Using cout
ascii
c
cout
print
printf
solved
value
2 Votes
4 Answers
23rd Nov 2016, 1:49 PM
Joseph Kishore Immandi
I am little bit confused b/w cout and cin....so what's the main difference between them?
c++
variables
2 Votes
14 Answers
2nd Nov 2016, 9:17 AM
Zulkarnain Khan
How does this work int main () { cout << main} output 1
c++
cout
main
3 Votes
6 Answers
12th Aug 2017, 3:45 AM
HJ🐓TDM
Can you print text like this ... cout << ("hello world");
c++
0 Votes
4 Answers
24th Jul 2017, 10:36 AM
chidori
How to cout "Something" if that something is an expression?
c++
cout
0 Votes
1 Answer
3rd Nov 2018, 5:55 PM
Фупос Фупосович
Why doesn't the value decrease after decreasing it in cout ? Wondering
c++
1 Vote
5 Answers
3rd Dec 2016, 5:43 AM
Ash Ketchum
When was C++ programming language introduced?
cout
8 Votes
4 Answers
7th Jul 2020, 6:19 PM
Ambassador Viva 🇸🇱
Int x=3; switch(x) { case1: { x+=x;} case3: {x+=x;} case5:{x+=x;} default: {x+=5;} } cout x
shridhar
2 Votes
12 Answers
6th Feb 2018, 7:19 PM
Shridhar Rai
To end the cout do i need to have return 0; and {}
c++
2 Votes
5 Answers
11th Mar 2018, 2:00 PM
william rivera
#include <iostream> using namespace std; int main() { int a, b; int sum; cout << "20 \n"; cin >> a; cout << "30 \n"; cin >> b; sum = a + b; cout << "Sum is: " << sum << endl; return 0; }
c++
1 Vote
6 Answers
2nd Jul 2016, 6:44 AM
devesh dangi
how to cout index of the number multiply 3 from array a
c++
1 Vote
2 Answers
5th Dec 2020, 12:07 AM
storix
Why is it that when I type, cout <<"/ \"<<endl; in c++ i get an error message
cpp
6 Votes
5 Answers
4th Dec 2017, 8:07 PM
Bacon Break11
What is cin and cout in C++ ? A. objects. B. operators. C. functions
cin
cout
1 Vote
3 Answers
18th Aug 2018, 10:58 PM
console
I sometimes find it confusing while placing the cout & cin
c++
1 Vote
2 Answers
7th Mar 2018, 9:17 AM
Natalie
What's the meaning of Cout?
cout
0 Votes
11 Answers
26th Apr 2018, 9:00 AM
Ubed Ullah
Most of the programming languages using print/println/printf functions, Then why C++ using cout
c++
cout
print
1 Vote
2 Answers
16th Dec 2022, 2:54 PM
Amal Benny
cout << "Too young" << endl;( what this symbole means"<<___<<" in above program.)
c++
3 Votes
4 Answers
3rd Jan 2018, 8:55 AM
rohit
cout p and &p gives two different memory addresses, why?
c++
pointers
0 Votes
2 Answers
9th Apr 2017, 2:27 AM
Eric Williams
How do I add spaces?
cout
3 Votes
11 Answers
24th Jan 2018, 1:53 PM
Prakriti Chaudhuri
Different working of cout and printf while both do the same work
c
c++
1 Vote
4 Answers
25th Aug 2017, 2:54 AM
Gunjan yadav
Cant we use printf or cout to output? like c++?
c#
c++
0 Votes
2 Answers
30th Jul 2016, 1:43 PM
박동규
why cout function is always outside of a array question?
c++
0 Votes
2 Answers
27th Jun 2016, 5:55 AM
Devi Hota
What is the difference between cout and stdout; cin amd stdin..explain with an example
c++
cin
cout
stdin
stdout
0 Votes
7 Answers
4th Aug 2017, 5:15 PM
Harini T
اخوان مادا تعني cout ما دورها وما فرق لينها و بين printf
c++
0 Votes
4 Answers
2nd Apr 2017, 7:02 AM
EZAIER Yassine
Why would you need to use multiple "<<" in one cout line?
c++
cout
0 Votes
4 Answers
24th Dec 2015, 8:45 PM
Jason Elkins
How to print a statement without using semicolon at the end of cout statement ?
cpp
4 Votes
8 Answers
24th Feb 2017, 4:57 AM
Shaunak Pai Kane
What is the difference between 1) \n and endl 2) cout and cin..
c++
1 Vote
3 Answers
14th May 2019, 9:07 PM
Zain Uddin Bangash
What is the output of this code? int x = 1, y = 1, z = 1; cout << (++x || ++y && ++z); cout << x << y << z;
c++
0 Votes
4 Answers
21st Aug 2018, 10:27 AM
Vedansh
What does it mean the "return 0"
cout
4 Votes
5 Answers
11th Jan 2021, 9:14 PM
Vârñy Mk
int x = 8 % 3 * 6+ 2 - ( 6 + 4 - 6 ) cout << x << endl
c++
0 Votes
1 Answer
16th Apr 2021, 11:10 AM
Motasem Abufares
#include <iostream> using namespace std; int main() { cout << "Hello world!"; return 0; }
java
-3 Votes
5 Answers
25th Nov 2016, 3:54 AM
Ahmet Bozkurt
Can I use printf ans scanf in the place of cout and cin ..?
c
c++
variables
2 Votes
6 Answers
5th Jul 2016, 5:26 PM
Amine Demagh
Installing to learn
cout
0 Votes
8 Answers
13th May 2018, 7:37 PM
Ezra Dor
Why cout << this_thread::get_id(); give me 1 on code::block and when on visual studio it give me like 8348
c++
threads
7 Votes
5 Answers
1st Jan 2019, 4:19 AM
ZΛRTHΛИ
Can you learn c++ without c basic knowledge
c++
cout
8 Votes
34 Answers
21st Jan 2017, 12:14 PM
Wolf Mufasa
#include <iostream> using namespace >std; int main() { cout << "C/n+/n+">>endl; return 0; }
code
problem
0 Votes
4 Answers
2nd Feb 2022, 7:49 AM
ᴮᴰ⁷¹〆ᴀʟᴀмιɴ﷼ツ࿐
How can we use cout & cin functions? Give the a suitable program.
c++
functions
-1 Vote
6 Answers
14th Sep 2016, 8:08 PM
saumya mishra
Do you guys love Coding?
cout
1 Vote
10 Answers
20th Dec 2017, 12:34 AM
FrozenGamer
Want to remove the lines of cout in my output.How can I do this
cout
2 Votes
3 Answers
4th Feb 2020, 4:11 PM
Rishu Dubey
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
4
5
6
...
19
Next >
Hot today
Is this realistic enough?
1 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
Need friends
0 Votes
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
0 Votes
I am a beginner, please teach me how to use Python
0 Votes
Python
1 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes
Web Development
0 Votes
Can someone please explain python for me
0 Votes