Explain bitwise shift operators?


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

Post New Answer

More C Interview Questions

12344321 123 321 12 21 1 1 how i print this program??

5 Answers   DSR Management, Winit,


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


Why array is used in c?

0 Answers  


what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


what are bit fields in c?

2 Answers  


What does %d do?

0 Answers  


How can I recover the file name given an open stream or file descriptor?

0 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


Which is the best website to learn c programming?

0 Answers  


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  


Categories