Predict the output
#include<stdio.h> 
int main()
int a=90,b=10; 
printf("%d", a+ b++);
 return 0;
 }


Posted on by