a<<1 is equivalent to
a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the
above
Answer Posted / 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 View All Answers
Explain how do you print only part of a string?
Where does the name "C" come from, anyway?
Does sprintf put null character?
Explain how can I read and write comma-delimited text?
What does %p mean?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Why do some versions of toupper act strangely if given an upper-case letter?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the use of volatile?
How do you list files in a directory?
Can the “if” function be used in comparing strings?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is volatile, register definition in C
What is the difference between procedural and declarative language?