a<<1 is equivalent to
a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the
above

Answers were Sorted based on User's Feedback



a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above..

Answer / sindhu

multiplying by 2
a*2^1

Is This Answer Correct ?    38 Yes 10 No

a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above..

Answer / dev

left shift by 1 so the ans would be none of this..... it is
complementing

Is This Answer Correct ?    8 Yes 15 No

Post New Answer

More C Interview Questions

Is stack a keyword in c?

0 Answers  


What are the various topologies? Which one is the most secure?

2 Answers  


write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search

1 Answers   ADP, TCS,


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


what is event driven software and what is procedural driven software?

0 Answers  






how to create duplicate link list using C???

0 Answers  


What's the best way to declare and define global variables?

7 Answers  


What's the total generic pointer type?

0 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


application attempts to perform an operation?

0 Answers  


What is Lazy evaluation in C? Give an example.

1 Answers  


Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


Categories