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

Ans

  • Latha
  • 28 फरवरी
  • 7443 दृश्य
  • 118 उत्तर
Your Answer

For This You Must Say Answer Is Undefined As The Result Will Vary In Turbo C And Gcc Compiler So You Cannot Predict...

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