Explain 'bit masking'?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is else if ladder?

0 Answers  


What is the difference between pure virtual function and virtual function?

0 Answers  


What is extern c used for?

0 Answers  


How can I sort more data than will fit in memory?

0 Answers  


What is size of union in c?

0 Answers  






what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


What is #include stdio h?

0 Answers  


macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 Answers   HCL, Infosys, Microsoft,


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


Does sprintf put null character?

0 Answers  


When c language was developed?

0 Answers  


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


Categories