Sunday, August 2, 2009

What does the <<= operator do? C Programming?

In c programming what does the %26lt;%26lt;= operator do?

What does the %26lt;%26lt;= operator do? C Programming?
Assignment by Bitwise Left Shift. It shifts all the bits in a value left by one and assigns it to a variable.


No comments:

Post a Comment