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
Why do we use null pointer?
What is anagram in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What will the preprocessor do for a program?
Explain modulus operator. What are the restrictions of a modulus operator?
Explain what is a static function?
Why pointers are used in c?
Differentiate between Macro and ordinary definition.
Who invented b language?
What is the use of bitwise operator?
Subtract Two Number Without Using Subtraction Operator
What is the basic structure of c?
Do array subscripts always start with zero?
What is structure packing in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above