Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write a c program to add two integer numbers without using
arithmetic operator +

Answer Posted / vijayram600

#include<stdio.h>
#include<conio.h>
void main()
{
int a=10,b=20;
clrscr();
while(b--) a++;
printf("Sum is :%d",a);
getch();
}

Is This Answer Correct ?    21 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There seem to be a few missing operators ..

1011


what are bit fields in c?

1611


How many bytes is a struct in c?

1115


Write a C program to count the number of email on text

1866


Where is volatile variable stored?

1034


Write a program to print factorial of given number using recursion?

968


writ a program to compare using strcmp VIVA and viva with its output.

1992


How is pointer initialized in c?

984


What is the ANSI C Standard?

1223


Explain the difference between call by value and call by reference in c language?

1066


Difference between goto, long jmp() and setjmp()?

1134


Write a program to check prime number in c programming?

1045


Hi can anyone tell what is a start up code?

2013


Why header files are used?

1080


What is the difference between int main and void main?

1007