Can you give me any tasks?
Make a string reversal program.
somebody can give site developers???
#include<iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
c=a+b;
cout<<c;
return 0;
}
where my mistake help me
Last edited on
c hasn't been declared with a & b.