Give a fast way to multiply a number by 7
Answer Posted / siva
Hi Tejonath
What is your logic in your answere.Its absolutely correct.
I'm asking is there any generic way to do this?could you
please reply here or answere me to gvsivannarayana@yahoo.com
Thanks&Regards
siva..
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What is class and object in c?
How variables are declared in c?
What does p mean in physics?
In C language what is a 'dangling pointer'?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
If fflush wont work, what can I use to flush input?
How does placing some code lines between the comment symbol help in debugging the code?
Are bit fields portable?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Are there constructors 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); }
Why does the call char scanf work?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain what is wrong with this program statement? Void = 10;
is it possible to create your own header files?