Q&A Discussões
What does int mean?
0 Voto
5 Respostasabout int and void
0 Voto
5 RespostasC++ int to string code
4 Votos
4 RespostasPrint int in c
0 Voto
3 RespostasConvert int to string ?
6 Votos
2 Respostas#include <iostream>
using namespace std;
int calc(int &a,int &b,int c=6)
{
a+=b;
b-=c;
c=a+b;
}
int main()
{
int calc(int,int,int);
int x=2,y=3,z=4; cout<<x<<endl<<y<<endl<<z<<endl;
calc(x,y,z); cout<<x<<endl<<y<<endl<<z<<endl;
calc(5,6,z); cout<<x<<endl<<y<<endl<<z<<endl;
return 0;
}
1 Voto
5 RespostasRandom Int in java
0 Voto
2 RespostasWhat is new int ?
0 Voto
5 RespostasWhat is int ?
3 Votos
2 RespostasWhy double and not int
-1 Voto
5 RespostasPython Int And Str
1 Voto
2 RespostasQuente hoje
Learn python
2 Votes
Help for study
1 Votes
Where's PHP and Ruby courses?
1 Votes
Detach thread exception
1 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
Not image in the page
0 Votes