[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Bitwise Operators - Discussion

Home > C Programming > Bitwise Operators > MCQs Questions Discussion

32 / 34

#include

int main()
{
char a =0xAA ;
int b ;
b = (int) a ;
b = b >> 4 ;
printf("%x",b);
}
What is the output of the above program segment ?

Affffffff

Bfffffffa

Cffffffaa

DNone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Cisco Societe Generale

Post Your Answer Here:     

No Discussion on this question yet!