F&A Diskussionen
int x=48,y=13; z=y++*5/x++ +y
0 Stimmen
3 AntwortenWhat does int mean?
0 Stimmen
5 Antwortenabout int and void
0 Stimmen
5 AntwortenC++ int to string code
4 Stimmen
4 Antwortenconverting string to int
1 Stimme
2 AntwortenPrint int in c
0 Stimmen
3 AntwortenQSpinbox for unsigned int
1 Stimme
2 Antwortenint object is not subsriptable
0 Stimmen
6 AntwortenConvert int to string ?
6 Stimmen
2 AntwortenInt x=2,y=2; if(++x>2 && y-->2)
2 Stimmen
3 AntwortenHow to divide int by 3.5
0 Stimmen
11 Antworten#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 Stimme
5 Antwortenint x = 8 , int y = 6, sopln(x&y)
0 Stimmen
2 AntwortenInt object not callable
0 Stimmen
2 AntwortenRandom Int in java
0 Stimmen
2 AntwortenWhat is new int ?
0 Stimmen
5 AntwortenWhat is int ?
3 Stimmen
2 AntwortenWhy double and not int
-1 Stimme
5 AntwortenPython Int And Str
1 Stimme
2 AntwortenHeute heiß
SQL
3 Votes
HTML/CSS questions
0 Votes
What Does Pseudo Elements Mean.
2 Votes
IMAGE
0 Votes
Html
1 Votes
How to learn css and html
0 Votes
Find courses
0 Votes
Certificate Problem
0 Votes