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 |
Why is c so powerful?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
difference between malloc and calloc
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
What is memcpy() function?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
What are the modifiers available in c programming language?
What is the correct code to have following output in c using nested for loop?
what type of errors are checked during compilation
what is dangling pointer?
what will be maximum number of comparisons when number of elements are given?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,