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 are different types of pointers?
What is pointer and structure in c?
When would you use a pointer to a function?
What are pointers really good for, anyway?
How can I open files mentioned on the command line, and parse option flags?
What is the size of structure in c?
What are high level languages like C and FORTRAN also known as?
What are the advantage of c language?
What is structure in c language?
What are identifiers c?
Where are c variables stored in memory?
What is scope rule in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
what are enumerations in C
Explain continue keyword in c