Give a fast way to multiply a number by 7
Answer Posted / shiva
x=(x<<3)-x;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Are bit fields portable?
How can you avoid including a header more than once?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the ANSI C Standard?
What’s the special use of UNIONS?
What is a pointer variable in c language?
what type of questions arrive in interview over c programming?
What does struct node * mean?
How do I determine whether a character is numeric, alphabetic, and so on?
Explain is it valid to address one element beyond the end of an array?
Explain what is the general form of a c program?
What is the best way of making my program efficient?
Is boolean a datatype in c?
Where is volatile variable stored?
What does c mean?