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

write a c programs to do multiplication of two numbers with
out using arithmatic operator ??????????

Answer Posted / dally

#include<stdio.h>
int main()
{
int a=9,b=7;
int sum =0;
while(a--)
sum = sum+b;
printf("%d\n",sum);
}

Is This Answer Correct ?    12 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how many levels deep can include files be nested?

1123


What is hashing in c language?

1422


Do you know the use of 'auto' keyword?

1262


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1838


Is null always defined as 0(zero)?

1177


What is #ifdef ? What is its application?

1165


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

1031


What are all different types of pointers in c?

1058


What is the difference between exit() and _exit() function in c?

1130


What is the use of extern in c?

1145


What is function prototype?

1216


Can true be a variable name in c?

1089


What is .obj file in c?

1133


How can I read data from data files with particular formats?

1092


how can I convert a string to a number?

1137