Give a fast way to multiply a number by 7
Answer Posted / pathfinder
it shall be
n*7 = (n << 3) - n as already have been suggested by some ppl.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is use of pointer?
What do you mean by scope of a variable in c?
What does %p mean c?
What are c identifiers?
How can I dynamically allocate arrays?
What are the loops in c?
code for replace tabs with equivalent number of blanks
How are structure passing and returning implemented?
Is a house a mass structure?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
How can I find out the size of a file, prior to reading it in?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
In C programming, what command or code can be used to determine if a number of odd or even?
What is the value of uninitialized variable in c?
What are the modifiers available in c programming language?