Explain bitwise shift operators?


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

Post New Answer

More C Interview Questions

which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

0 Answers  


What is array of structure in c?

0 Answers  


What is a header file?

0 Answers  


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Can variables be declared anywhere in c?

0 Answers  


How will you allocate memory to double a pointer?

1 Answers  


Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors

3 Answers  


what is void pointer?

1 Answers   Wipro,


What are the advantages of c language?

0 Answers  


What is non linear data structure in c?

0 Answers  


Categories