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...

how to add two numbers without using arithmetic operators?

Answer Posted / mallikarjun

#include<stdio.h>
#include<conio.h>
main()
{
int a= 10;
int b=5;
sum=0;
sum= a&&b;
printf(" sum= %d",sum);
}

Is This Answer Correct ?    9 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a progrmm in c language take user interface generate table using for loop?

2101


Are c and c++ the same?

1103


What is volatile, register definition in C

1149


Do array subscripts always start with zero?

1362


What is a volatile keyword in c?

1212


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1202


what will be maximum number of comparisons when number of elements are given?

1952


Why we use conio h in c?

1299


What is meant by preprocessor in c?

1069


What is getche() function?

1088


What is realloc in c?

1165


write a proram to reverse the string using switch case?

3001


Can a function argument have default value?

1205


What is far pointer in c?

1388


How do you determine whether to use a stream function or a low-level function?

1191