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

#include<stdio.h>
main()
{
int a=5,b=6,s;
int *p=a;
s=&p[b];
printf("%d",s);
}

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain is it better to bitshift a value than to multiply by 2?

1197


When was c language developed?

1194


What does the error 'Null Pointer Assignment' mean and what causes this error?

1215


write a program to generate address labels using structures?

4569


Write a program to generate random numbers in c?

1095


What does & mean in scanf?

1105


What is bubble sort in c?

1049


Can you please explain the difference between exit() and _exit() function?

1027


C program to find all possible outcomes of a dice?

2351


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1115


How to find a missed value, if you want to store 100 values in a 99 sized array?

1406


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

1902


Explain what does a function declared as pascal do differently?

1278


How can you find the exact size of a data type in c?

1000


What are the application of c?

1093