if this is the case
program can be rewritten to
#Iinclude<stdio.h>
#include<conio.h>
void main()
{
int a,b,i;
clrscr();
printf("enter 2 num:");
scanf("%d%d",&a,&b);
while(b--)
a++;
printf("%d",a);
getch();
}


Thank you,
Sid.



On Fri, Sep 2, 2011 at 11:30 AM, annarao kataru <[email protected]>wrote:

> @sharmila   u r using +  operator
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to