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

#include<stdio.h>
void main()
{
int num = 2;
res = num << 1; //multiplication by 2
printf("%d\n",res);
}

Is This Answer Correct ?    24 Yes 37 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are compound statements?

1103


What is mean by data types in c?

1072


What does typedef struct mean?

1164


What is the difference between procedural and declarative language?

1188


What is static and volatile in c?

1264


what do u mean by Direct access files? then can u explain about Direct Access Files?

2145


What is time complexity c?

1041


What is include directive in c?

1206


What are different types of variables in c?

1126


Explain the Difference between the New and Malloc keyword.

1188


Why & is used in c?

1247


Why c is called a mid level programming language?

1111


what do the 'c' and 'v' in argc and argv stand for?

1219


What is meant by preprocessor in c?

1072


What is 'bus error'?

1208