Answers Logo
Search


Cuál es la manera más rápida de hacer esta instrucción: int B = A % 16;



int B = A >> 16;

int B = A & 0x000F;

int B = A & 16;

int B = A << 16;

Vote

Share/Save/Bookmark
View The Results of This Poll




Poll Author

My Website

Share Link

Use the link below to share this poll.

Embed This Poll

You can also place this poll on your website or blog as a widget. Simply copy and paste the code below into your HTML.

Alternatively, we now support oEmbed.