Give a fast way to multiply a number by 7

Answer Posted / ranjan

n<<3-n

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is include directive in c?

638


Why c is called object oriented language?

576


What does c mean before a date?

585


application attempts to perform an operation?

1487


What are header files why are they important?

572






Explain what is a static function?

626


How can I send mail from within a c program?

577


Explain the difference between malloc() and calloc() in c?

571


shorting algorithmS

1796


What is page thrashing?

647


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

647


What is typedef?

660


What is the size of structure in c?

695


What is break in c?

580


What is pointer to pointer in c?

628