0
Some help me with the output
#include<stdio.h> Int main() { int a, b=8, c=2, d=0; b+=c; d+=b; a=d*a; a=++a; printf(â%d, %d, %d, %dâ, a.b,c,d); return 0;
2 Answers
+ 4
Barakadir Hassan i have put comments where needed
https://code.sololearn.com/cvijIAMpWu2Q/?ref=app
+ 5
Need initialisation of int a with some value.. can't calculation without it a=d*a.. if you try get junk value