--- In [email protected], senthil kumar <[EMAIL PROTECTED]> 
wrote:
>
> #Iinclude<iostream.h>
>   #include<conio.h>
>   main()
>   {
>    int a,b,c;
>   clrscr();
>   cout<<"enter the number:";
>   cin>>a>>b;
>   c=a-(-b);
>   cout<<"The add value:"<<c;
>   getch();
>   return 0;
>   }
> 
> ur program will definetly work with out using '+' operator.
thanks for ur this idea.
> 
> 
> K.Senthil kumar
> 
>        
> ---------------------------------
>  Travelling to a new city? Search for ATMs in that city. Click here.
> 
> [Non-text portions of this message have been removed]
>


Reply via email to