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
Guys help please
0 Votes
Python question
2 Votes
Front-end vs Full-stack
1 Votes
Python
1 Votes
Are websites hackable?
1 Votes
About our Capstone product "Ecocambio" We don't know how to code and how electronics would connect.
0 Votes
C# and sql
1 Votes
What course to take for AI?
0 Votes
TICTACTOE
0 Votes