Close sidebar

#include<stdio.h>intmain(){ int a=5,b=6; printf("%d",++a + ++b + b++); return0;

Ans

Your Answer

5,6,7

-1
Comment
Practice Mock Test
tcs