Dyskusje Q&A
What does int mean?
0 głosów
5 odpowiedziabout int and void
0 głosów
5 odpowiedziC++ int to string code
4 głosów
4 odpowiedziPrint int in c
0 głosów
3 odpowiedziConvert int to string ?
6 głosów
2 odpowiedziHow to divide int by 3.5
0 głosów
11 odpowiedzi#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 Głos
5 odpowiedziInt object not callable
0 głosów
2 odpowiedziRandom Int in java
0 głosów
2 odpowiedziWhat is new int ?
0 głosów
5 odpowiedziWhat is int ?
3 głosów
2 odpowiedziWhy double and not int
-1 Głos
5 odpowiedziPython Int And Str
1 Głos
2 odpowiedziPopularne dzisiaj
How to improve code readability
0 Votes
Functions
1 Votes
App
0 Votes
I NEED to make a game
0 Votes
Please help with the output
0 Votes
Grouping data is not working
0 Votes
Use of flag
0 Votes
Mentor
0 Votes