Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Cout<<
c#
0 Voti
3 Risposte
22nd Nov 2016, 4:12 PM
Gusti Kade
Cout<< help
c++
variables
0 Voti
3 Risposte
5th Nov 2017, 6:35 AM
Robin
What is meant by cout<<
c++
4 Voti
8 Risposte
9th Jun 2017, 7:18 AM
meet khurana
What Does cout<< in C++ Do?
c++
0 Voti
4 Risposte
26th Nov 2016, 4:30 AM
ERFIRE
Char *a="12345"; Char*b=++a; Cout<< *++b; Explain me this code
c++
4 Voti
4 Risposte
4th Feb 2020, 1:36 AM
Manoj
What is the difference between cout<< and cerr<<
c++
3 Voti
4 Risposte
28th Mar 2017, 8:04 AM
Kaka
Cout<<5.0*2 works fine, but cout<< 5.0%2 gives an error. Why?
%
c++
doubt
float
1 Voto
11 Risposte
11th Sep 2020, 3:02 PM
Aayu
Why do we use >> for cout for ex: cout<< and cin>> ? Why cant we use as cout>> and cin<<
cout<<
3 Voti
3 Risposte
2nd Mar 2017, 3:57 PM
yasthika thirupathy
Whats the point of the <<num after the cout<<
loops
0 Voti
4 Risposte
12th Jul 2018, 5:34 PM
(Dreadlord450)
What is the output of this code? cout<< 1+"hello"???
c++
0 Voti
2 Risposte
3rd Oct 2019, 2:48 PM
Sacchit Malhotra
plzz answer with Gudd explanation i=5; cout<< --i <<endl;
c++
1 Voto
3 Risposte
25th Jul 2016, 4:42 AM
sagar
#include <iostream> using namespace std; int main() { cout<< "Alcacer 2 goals, CR7 1 goal"; cout<< "CR7 is old like Chi
c++
variables
1 Voto
3 Risposte
8th Nov 2017, 10:27 AM
EGENTI PRECIOUS C.
ques 1. int y = 5; cout<< ++y + y++; ques 2. int y = 5; cout<< y++ + ++y; how is it working?
c++
decrement
increment
2 Voti
7 Risposte
26th Aug 2016, 3:43 AM
Pahul Preet Singh
if x=5, y=4; cout<< x++* y--; what will print?
c++
0 Voti
3 Risposte
21st Nov 2016, 10:46 AM
Mahbub
what is the output of the following code? Q: int a=3 int b=2 a=b++ cout<< ++b=____?
c++
-2 Voti
9 Risposte
17th Jul 2016, 7:37 PM
Rohan Das
i=0 cout<< i++ << ++i << i; why the output is 122...shouldnt it be 022.?
c++
1 Voto
4 Risposte
18th Sep 2016, 7:26 PM
Himanshu Sharma
Something weird in c++
c++
cout<
cout<<
3 Voti
7 Risposte
6th Sep 2017, 2:43 PM
RZK 022
#Include <Iostream> using namespace std; { Int num=1 While(num<6) { Cout<< "Number"<< num<<endl; Num=num+3; } }
c++
1 Voto
6 Risposte
12th Apr 2017, 7:12 PM
Abdi
Why is the inserted code giving output as 64 but when i give cout<< pro(4); it gives 16 as output?
c++
0 Voti
6 Risposte
14th Feb 2020, 4:05 PM
Shatanik Mahanty
#include <iostream> using namespace std; int manin() { int a,b; int sum=a+b; cout<< "plz insert the for a ....\n"; cin>>a; cout
if-statements
0 Voti
3 Risposte
7th Nov 2019, 5:18 AM
Nancy Choudhary
In the code cout<< "places selected" << places << endl; only shows the last letter that the user enter. Do you guys know how ?
c++
case
switch
1 Voto
6 Risposte
4th Dec 2021, 10:04 AM
shlee_
Hello, Please I tried printing a variable value along with a string with cout. Cout<< var "Is the answer"; help please
c++
cout
0 Voti
4 Risposte
2nd Dec 2016, 3:00 PM
Nkenfack Tebonfack Mathurin
point out why is this happening cin>>a>>b ; cout<< a+b ; my input is only 20 and no other input but the answer was 28 ?
variables
0 Voti
3 Risposte
22nd May 2018, 9:22 AM
Shivam Kumar
Write the output of the following segments code int X = 7 ; int Y = 3; cout<< X/Y << " and " << X%Y;
be
fast
-3 Voti
2 Risposte
24th Dec 2020, 10:54 PM
fadil Yusuf
double arr[]={5,2,7,8,11,9}; int n = sizeof(arr) / sizeof(arr[0]); double sum = 0; for(int i=0;i<n;i++) { sum+= arr[i]; } double avg = sum / n; cout<< "avarage ="<< avg<< endl; return 0; ) /*what does int n= sizeof(arr[]) /sizeof(arr[0]); do, can someone explain that line for me*/
arrays
c++
0 Voti
3 Risposte
15th Oct 2016, 11:31 AM
Leslie Jason
please tell me any mistake #include<iostream> int main() { int a,b; int sum = a+b; cout<<"value of a"<<endl; cin>>a; cout<<"value of b"<<endl; cin>>b; cout<< sum<<endl; return 0; } //if i simply write a+b in place of sum only then it works other wise it shows sum huge number
answer
c++
code
help
operators
1 Voto
4 Risposte
2nd Oct 2017, 3:08 PM
saurav
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
Popolare oggi
Where is the bug?
3 Votes
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
How to add two strings together in ts or css
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Why canโt I use double โ in python?
0 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes
2 cases not correct what's the problem
1 Votes