int i={3,2,4,6}; printf ("%d",i); | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

int i={3,2,4,6}; printf ("%d",i);

Output for this is 3 if curly braces and 6 for normal braces () why is it so https://code.sololearn.com/cZUHjyzX7oKB/?ref=app

11th Jun 2019, 8:26 AM
Harsha vardhan
Harsha vardhan - avatar
0 Answers