main() { signed int bit=512, mBit; { mBit = ~bit; bit = bit & ~bit ; printf("%d %d", bit, mBit); } } a. 0, 0 b. 0, 513 c. 512, 0 d. 0, -513
3 9164Post New Logical Computers C Code Interview Questions
Difference between declaration and definition of a variable.
How to execute javascript in selenium?
What is enterprise metadata management?
What are the three panes displayed in normal view?
How does mysql clustering work?
How can you first report in Business Objects by using broadcast agent?
Why is lazy loading?
What is the formula for figuring out how many gallons of water are in a pipe by the foot?
What is active record(ar) in yii?
Which are the two main static classes of linq api that contain extension methods?
How do I create an autofill in word?
What is the purpose of pipe lining in reference to 8086?
How would you scale route in mobile screens?
How does .net remoting work?
how are numeric and character missing values represented internally? : Sas programming