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

#include<stdio.h>
#include<conio.h>
void main()
{int i, j ,num1,num2;
printf("enter the value of num1 & num2");
scanf("%d%d",&num1,&num2);
for(i=1; i<=num1; i++)
for(j=1;j<=num2;j++)
{static int k=1;
k++;
)printf("%d\n",k);}

Is This Answer Correct ?    12 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is define c?

1000


Create a simple code fragment that will swap the values of two variables num1 and num2.

1236


What is the condition that is applied with ?: Operator?

1069


Dont ansi function prototypes render lint obsolete?

1061


What are the advantages of external class?

1004


Tell us something about keyword 'auto'.

1010


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1214


What is the difference between Printf(..) and sprint(...) ?

1426


What are formal parameters?

1069


Using which language Test cases are added in .ptu file of RTRT unit testing???

4217


How can I avoid the abort, retry, fail messages?

1085


How can I list all of the predefined identifiers?

927


Suggesting that there can be 62 seconds in a minute?

995


How does free() know explain how much memory to release?

1011


write a program to copy the string using switch case?

2842