Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336
Bitwise & and | are unary operators ?->(Show Answer!)
Question Set

1. Bitwise & and | are unary operators



Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 01 Jun 2017 06.00 pm
    Bitwise & and | are not unary operators only bitwise ! is unary operator.
Show Similar Question And Answers
QA->Rahim travelled straight from point E to F at a distance of 5 km. From F he turned left and travelled 6 km and reached point G, there he took a left turn and travelled 5 km to reach point H. He took another left turn and travelled 2 km and reached point I. How far is he from the starting point ?....
QA->P and Q can do a work in 30 days. Q and R can do the same work in 24 days and R and P in 20 days. They started the work together, but Q and R left after 10 days. How many days more will P take to finish the work?....
QA->John started from his home and walked 12 km.Then he took a right turn and walked 4 km.Then again,he took a right turn and walked 8 km and finally took another right turn and walked 1 km.How far is he from his home now?....
QA->Arjun walks 2 kms northwards and then he turns right and moves 3 kms. He again turns right and goes 2 kms and turns his left and starts walking straight. In which direction he is walking now ?....
QA->Arjun walks 2 kms northwards and then he turns right and moves 3 kms. He again turns right and goes 2 kms and turns his left and starts walking straight. In which direction he is walking now ?....
MCQ->Assertion (A): C allows the use of logical operators, AND, OR, NOT.Reason (R): C has logical operators as well as bitwise operators like AND, OR etc.

....
MCQ->Bitwise & and | are unary operators....
MCQ->Which of the following statements are correct about the Bitwise & operator used in C#.NET? The & operator can be used to Invert a bit. The & operator can be used to put ON a bit. The & operator can be used to put OFF a bit. The & operator can be used to check whether a bit is ON. The & operator can be used to check whether a bit is OFF.....
MCQ->What will be the output of the program? #include<stdio.h> int main() { int i=4, j=-1, k=0, w, x, y, z; w = i || j || k; x = i && j && k; y = i || j &&k; z = i && j || k; printf("%d, %d, %d, %d\n", w, x, y, z); return 0; }....
MCQ->Which of the following are unary operators in C? 1. ! 2. sizeof 3. ~ 4. &&....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution