Is this the same | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is this the same

int a,b; int sum; with this int a; int b; int sum;.

15th Nov 2016, 6:21 AM
stephen haokip
stephen haokip - avatar
3 Answers
+ 4
yup
15th Nov 2016, 7:17 AM
Burey
Burey - avatar
+ 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.
15th Nov 2016, 9:56 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
0
thank q
15th Nov 2016, 7:40 AM
stephen haokip
stephen haokip - avatar