Give a fast way to multiply a number by 7
Answer Posted / atul sharma
(x<<2)-1
| Is This Answer Correct ? | 15 Yes | 89 No |
Post New Answer View All Answers
What is pragma c?
how can f be used for both float and double arguments in printf? Are not they different types?
What is pivot in c?
Which is better oop or procedural?
write a proram to reverse the string using switch case?
what is the diffrenet bettwen HTTP and internet protocol
What is the use of f in c?
Why array is used in c?
Does sprintf put null character?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is difference between %d and %i in c?
how to capitalise first letter of each word in a given string?
What is difference between structure and union?
What is difference between array and pointer in c?
Write a program to know whether the input number is an armstrong number.