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 reason of your company position's in india no. 1.
a program that can input number of records and can view it again the record
What is the difference between void main and main in c?
What is 2 d array in c?
What do header files do?
What is the explanation for cyclic nature of data types in c?
How is pointer initialized in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is meant by gets in c?
What is the usage of the pointer in c?
What is the scope of global variable in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain modulus operator. What are the restrictions of a modulus operator?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Tell us two differences between new () and malloc ()?