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
Why is c called c?
Explain how do you convert strings to numbers in c?
code for quick sort?
What do you mean by a local block?
Explain how does free() know explain how much memory to release?
What is the difference between volatile and const volatile?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain what is the difference between far and near ?
How can I avoid the abort, retry, fail messages?
What is the importance of c in your views?
Is sizeof a keyword in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is fflush() function?
What is openmp in c?
Why isnt there a numbered, multi-level break statement to break out