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
Losing hearts
1 Votes
Hi everyone I hope you’re well
0 Votes
Someone explain it... Plz!!!
1 Votes
Programming
0 Votes
Question ❓
0 Votes
Running of python or js script (backend) and entering of html page by clicking SUBMIT button
2 Votes
Web development
0 Votes
Criar aplicativo
0 Votes