What are the types of bitwise operator?


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

Post New Answer

More C Interview Questions

Is void a keyword in c?

0 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


Why is structure padding done in c?

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


What are the 4 types of organizational structures?

0 Answers  






What is the right type to use for boolean values in c?

0 Answers  


What is the right way to use errno?

0 Answers  


simple program of graphics and their output display

0 Answers   Elysium,


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


what is difference between procedural language and functional language ?

4 Answers   Wipro,


can we store values and addresses in the same array? explain

3 Answers   TCS,


How can you allocate arrays or structures bigger than 64K?

0 Answers  


Categories