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 odpowiedziInt object not callable
0 głosów
2 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 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 odpowiedziPython Int And Str
1 Głos
2 odpowiedziConverting var to int
0 głosów
4 odpowiedziWhy double and not int
-1 Głos
5 odpowiedziPopularne dzisiaj
Best language?
0 Votes
Bro can you fix yt error?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
Bug in Completing AI Practice
0 Votes
Duration of heart refilling
0 Votes