Sarath_2 0 Newbie Poster
cout <<"a=";
cin >> a;
cout >> "b=";
cin >> b;
cout << c=a+b;
goto a;
error:undefined label 'a'.
how to solve it?