why this code is throwing a compile time error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

why this code is throwing a compile time error

#include<stdio.h> int main(){ {int var=10;} {printf("%d",var);} return 0; }

3rd Jan 2019, 7:42 PM
Aaditya Deshpande
Aaditya Deshpande - avatar
0 Answers