Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Give a fast way to multiply a number by 7

Answer Posted / anu

Both answers have slight mistakes in them.
x *7 = ( x<<3 ) - x , which is equivalent to (x* 8 ) -x

Is This Answer Correct ?    65 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the error 'Null Pointer Assignment' mean and what causes this error?

1260


Lists the benefits of c programming language?

1208


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

1081


What does %p mean?

1158


Write a program to print “hello world” without using semicolon?

1185


Explain what are the different file extensions involved when programming in c?

1163


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1094


What is the difference between a function and a method in c?

1136


What are the different properties of variable number of arguments?

1205


What is the difference between pure virtual function and virtual function?

1181


What is the size of empty structure in c?

1131


What will be your course of action for a push operation?

1157


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

1226


Explain the difference between the local variable and global variable in c?

1135


What are pointers in C? Give an example where to illustrate their significance.

1277