Do you know what are bitwise shift operators in c programming?


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

Post New Answer

More C Interview Questions

What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


Is array a primitive data type in c?

0 Answers  


what is the importance of spanning tree?

0 Answers  


what is function pointer?

2 Answers   Wipro,


what is the disadvantage of using macros?

1 Answers   Wipro,


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


What is static volatile in c?

0 Answers  


which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%

4 Answers  


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


What is the benefit of using an enum rather than a #define constant?

0 Answers  


What is malloc return c?

0 Answers  


Categories