OUTPUT is ?

#include stdio.h
int main(){
int a=3,b=4; /*Here we are declaring
printf("The ans is %d",a+b); here the ans will be printed*/
return 0;
}

Posted on by