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
Can we change the value of #define in c?
What is nested structure?
Write a program to swap two numbers without using the third variable?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What does void main return?
What are 'near' and 'far' pointers?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What are identifiers c?
define string ?
What is the purpose of macro in C language?
What is a #include preprocessor?
Explain what is a const pointer?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
When can a far pointer be used?
Is linux written in c?