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
View 0 replies
What will this output..?Printf("%d" , 2+3*4);
3 months ago | [YT] | 12
View 2 replies
codewithunknown
What is the output of this code?
int a = 5;
printf("%d", ++a);
3 months ago | [YT] | 4
View 0 replies
codewithunknown
What will this output..?
Printf("%d" , 2+3*4);
3 months ago | [YT] | 12
View 2 replies