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 / mani

n=n*7;

Is This Answer Correct ?    9 Yes 47 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of operators?

1044


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2502


What are near, far and huge pointers?

1059


How can I write functions that take a variable number of arguments?

1130


How can a program be made to print the line number where an error occurs?

1089


What is the best way to comment out a section of code that contains comments?

1346


Is there a built-in function in C that can be used for sorting data?

1268


Where are c variables stored in memory?

1071


What are local variables c?

1024


How can I read data from data files with particular formats?

1048


Where local variables are stored in c?

1011


Who is the founder of c language?

1171


What is the advantage of c?

1129


Difference between linking and loading?

1112


What is the role of && operator in a program code?

1077