ADDITION IN C

IS THIS PROGRAM wrong
#include<stdio.h>
int main(){
int a=17,b=34;
printf(“sum=%d”,a+b);
return 0;
}

no,it is correct.

Codechef has a IDE where you can compile this program and test it. Or try any other online IDE. Its much better to compile and run program instead of asking here…