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


Please Help Members By Posting Answers For Below Questions

What are nested functions in c?

768


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?

812


what do you mean by inline function in C?

826


If null and 0 are equivalent as null pointer constants, which should I use?

805


What is a buffer in c?

752


What is adt in c programming?

842


Why we use break in c?

746


Explain what is the difference between a string and an array?

887


What is use of bit field?

999


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

998


Explain how do you override a defined macro?

799


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"

1811


c language interview questions & answer

1690


What is the use of #include in c?

803


What is scanf () in c?

829