+ 12
How to write below written c++ statement in c language????
c=a+b; cout <<"sum of \t"<<a<<"and \t"<<b<<"is\t"<<c;
4 odpowiedzi
+ 12
@Gordie thank you so much 🙏🙏🙏
for solving my doubt.
+ 7
@shivani Thank you 🙏🙏
+ 2
printf("sum of a %d and b %d is c %d",a,b,c);
+ 2
welcome Swati Tiwari. Happy programming