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 numbers without using arithmetic operators.

Answer Posted / santhi perumal

#include<Stdio.h>
#include<conio.h>

void main()
{
int a=10,b=20;
while(b--) a++;
printf("Sum is :%d",a);
}

Is This Answer Correct ?    9 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between structure and union?

1190


What is line in c preprocessor?

1099


What is the use of define in c?

1103


Which is more efficient, a switch statement or an if else chain?

1077


Write a program in c to replace any vowel in a string with z?

1168


What is type qualifiers?

1183


What is "Hungarian Notation"?

1166


What do you mean by recursion in c?

1161


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3599


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2745


What does emoji p mean?

1199


What is function pointer c?

1181


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1197


Can you please compare array with pointer?

1149


Explain the difference between ++u and u++?

1187