Welcome to codewithunknown! Learn coding, build projects, and grow your tech career. I post daily coding shorts, beginner tutorials, and project builds in C, JavaScript, and more.



codewithunknown

What is the output of this code?

int a = 5;
printf("%d", ++a);

3 months ago | [YT] | 4

codewithunknown

What will this output..?

Printf("%d" , 2+3*4);

3 months ago | [YT] | 12