write a program for 7*8 = 56 ? without using * multiply
operator ? output = 56
Answer Posted / guest
add 7 ,8 times & u 'll get the output
we can use while loop,or for loop
Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
What are nested functions in c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
what do you mean by inline function in C?
If null and 0 are equivalent as null pointer constants, which should I use?
What is a buffer in c?
What is adt in c programming?
Why we use break in c?
Explain what is the difference between a string and an array?
What is use of bit field?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Explain how do you override a defined macro?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
c language interview questions & answer
What is the use of #include in c?
What is scanf () in c?