0
Is this the same
int a,b; int sum; with this int a; int b; int sum;.
3 Réponses
+ 4
yup
+ 3
But I want to add something, do write int for each variables, use inline and create all same type int on same line. If you don't it potentially slowdown your program. Each time you write int for every new variable you call a int or anything type with length 16bit each time, please handle it with care.
0
thank q