Keyframe Tech Solution
What will be the output of the following C code?C:-int a = 5;printf("%d", a++);
3 months ago | [YT] | 0
Keyframe Tech Solution
What will be the output of the following C code?
C:-
int a = 5;
printf("%d", a++);
3 months ago | [YT] | 0