Give a fast way to multiply a number by 7
Answer Posted / thejonath
int i=2,j;
j=i;
i=(i<<3)-j;
| Is This Answer Correct ? | 100 Yes | 15 No |
Post New Answer View All Answers
What is operator precedence?
What are data structures in c and how to use them?
What is multidimensional arrays
Why ca not I do something like this?
What is a substring in c?
Explain what are multidimensional arrays?
Under what circumstances does a name clash occur?
How can I prevent another program from modifying part of a file that I am modifying?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
what are bit fields? What is the use of bit fields in a structure declaration?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Explain about the constants which help in debugging?
how to construct a simulator keeping the logical boolean gates in c
Tell us something about keyword 'auto'.
What is the use of #include in c?