Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8593611
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:01:52+00:00 2026-06-12T00:01:52+00:00

int y = 17*x; int y = x + 16*x; int y = x

  • 0
int y = 17*x;
int y = x + 16*x;
int y = x + (x<<4)

All are numerically equal to 17x , but is there is any difference between them in terms of execution or anything else ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T00:01:53+00:00Added an answer on June 12, 2026 at 12:01 am
    1) int y = 17*x;
    2) int y = x + 16*x;
    3) int y = x + (x<<4);
    

    The difference is this: 1) is readable, 2) is obscure and 3) is even more obscure.

    Manual optimizations, replacing multiplication with bitwise-instructions, should not be needed on a modern compiler. It will most likely translate all 3 alternatives to the same machine code.

    In case the compiler is bad and it does not translate them to the same machine code, then we can’t know which is the fastest, since it relies on how fast the underlying assembler instructions are for the specific CPU architecture. Traditionally, logical shift instructions are faster than multiplication instructions, but you can’t assume that this is true for all CPUs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

To initialize an int array with all zeros, do I need to use: int
I have written this code outside all functions: int l, k; for (l =
I have all dates stored as timestamps (int) in the database. how can I
Hi all is the memory allocated for different types of variable say float, int
I need get all items these have no categories int? categoryId = null; var
By referring to C++ catching all exceptions try { int i = 0; int
I'm initializing an unsigned short int with a = 0xff (all bits are set).
I have a method connection(int n) which gives me all the cells number that
sum( int(i.replace(',',''))if re.search('\d',i)!=None for i in list) I would like to sum all elements
I have a table which I access by 2 int fields all the time

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.