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 is data structure in c programming?

584


Explain that why C is procedural?

666


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1991


What is main () in c?

594


What are the advantages and disadvantages of a heap?

718






What is a null string in c?

599


How do you override a defined macro?

711


Difference between constant pointer and pointer to a constant.

627


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

772


What is table lookup in c?

641


How do I convert a string to all upper or lower case?

635


Why header file is used in c?

587


What is getch() function?

661


What is the use of a semicolon (;) at the end of every program statement?

788


What are the advantages of union?

639