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
Why & is used in scanf in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
In C language what is a 'dangling pointer'?
Why is c used in embedded systems?
Explain how can a program be made to print the line number where an error occurs?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is c mainly used for?
What is build process in c?
When is a null pointer used?
How can I avoid the abort, retry, fail messages?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What is the 'named constructor idiom'?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Is a house a shell structure?
Why isn't it being handled properly?