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
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
What's an unsigned int?
0 Votes