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 program to multiply tho numbers without using
arithmetic operator (+, -, *, /).



Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /)...

Answer / taz

int a=5,b=2,c,i,j;

for(i=1;i<=a;i++)
for(j=1;j<=b;j++)
c++;

printf("%d",c);

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More C Interview Questions

write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


how to find anagram without using string functions using only loops in c programming

0 Answers  


Explain what is the general form of a c program?

0 Answers  


Why c is a mother language?

0 Answers  


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,


Is there anything like an ifdef for typedefs?

0 Answers  


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


What is hungarian notation? Is it worthwhile?

0 Answers  


Is it possible to run using programming C for Java Application?

2 Answers   NIC,


Explain null pointer.

0 Answers  


Categories