#include<stdio.h>intmain(){ int a=5,b=6; printf("%d",++a + ++b + b++); return0;
Ans
- 8695 Views
- 118 Answers
Your Answer
Practice Mock Test
tcs