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
Explain what is the difference between functions getch() and getche()?
Explain how to reverse singly link list.
Explain main function in c?
How to write c functions that modify head pointer of a linked list?
Why is structure important for a child?
Calculate 1*2*3*____*n using recursive function??
What is size of union in c?
What happens if header file is included twice?
Do pointers take up memory?
What is data structure in c language?
What is the use of pointers in C?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is a scope resolution operator in c?
How many main () function we can have in a project?
How can I find the modification date of a file?