Close sidebar

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

Ans

Your Answer
मॉक परीक्षण अभ्यास के लिए
tcs