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
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 |
what is the difference between exit() and _exit() functions?
where do we use structure pointer?
can i know the source code for reversing a linked list with out using a temporary variable?
How many levels deep can include files be nested?
Explain how can you determine the size of an allocated portion of memory?
how to write hello word without using semicolon at the end?
Is javascript written in c?
Write a program to generate the Fibinocci Series
Do you know what is the purpose of 'extern' keyword in a function declaration?
Difference between fopen() and open()?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
Why ca not I do something like this?