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

#include<stdio.h>
int a,b,c;
{
printf("enter the two values");
scanf("%d","%d",&a,&b);
c=a||b;
}

Is This Answer Correct ?    10 Yes 80 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can main () be called recursively?

1078


Can you write the algorithm for Queue?

2051


What is the difference between far and near ?

1168


What are 'near' and 'far' pointers?

1000


Explain how do you declare an array that will hold more than 64kb of data?

1414


What are the types of i/o functions?

1283


Can the size of an array be declared at runtime?

1045


Explain how can I convert a number to a string?

1119


Explain low-order bytes.

994


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1753


How to write c functions that modify head pointer of a linked list?

955


Which node is more powerful and can handle local information processing or graphics processing?

1281


What is the use of a ‘’ character?

1051


If I have a char * variable pointing to the name of a function ..

1147


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2643