a<<1 is equivalent to
a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the
above
Answer Posted / sindhu
multiplying by 2
a*2^1
| Is This Answer Correct ? | 38 Yes | 10 No |
Post New Answer View All Answers
What is the significance of scope resolution operator?
application attempts to perform an operation?
What are local static variables?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Is javascript based on c?
How #define works?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
List out few of the applications that make use of Multilinked Structures?
When was c language developed?
Why can’t we compare structures?
Explain 'far' and 'near' pointers in c.
When is a void pointer used?
What are the differences between Structures and Arrays?
why we wont use '&' sing in aceesing the string using scanf
Can we use any name in place of argv and argc as command line arguments?