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
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
The difference between printf and fprintf is ?
write a proram to reverse the string using switch case?
What are the 4 types of programming language?
Give differences between - new and malloc() , delete and free() ?
What are the advantages and disadvantages of a heap?
What are the types of data files?
what are bit fields? What is the use of bit fields in a structure declaration?
Describe the modifier in c?
How do you redirect a standard stream?
What does the file stdio.h contain?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
How do you determine a file’s attributes?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?