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 / ranjith

#include<stdio.h>
main()
{
int a=5,b=4,c;
c=a||b;
printf("sum="+c);
}

Is This Answer Correct ?    2 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Array is an lvalue or not?

1193


How can I remove the trailing spaces from a string?

1124


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2799


What is bin sh c?

1099


What are local static variables?

1210


What is #include stdlib h?

1148


What is a volatile keyword in c?

1218


What is a const pointer?

1201


What are types of structure?

1175


Write a program to reverse a string.

1146


What is double pointer?

1045


explain what is a newline escape sequence?

1147


What are data structures in c and how to use them?

1223


Explain 'far' and 'near' pointers in c.

1190


What is the use of the function in c?

1075