Explain bitwise shift operators?


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

Post New Answer

More C Interview Questions

Are the outer parentheses in return statements really optional?

0 Answers  


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

0 Answers  


What does volatile do?

0 Answers  


wat is the difference between array and pointer?

4 Answers   Wipro,


Write a program to find given number is even or odd without using any control statement.

2 Answers  






How was c created?

0 Answers  


What is an example of structure?

0 Answers  


Is c an object oriented programming language?

1 Answers  


What is c mainly used for?

0 Answers  


What is variable declaration and definition in c?

0 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


What are the features of c languages?

0 Answers  


Categories