Question Set

1. Which of the following is not logical operator?





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.01 pm
    Bitwise operators:
    & is a Bitwise AND operator. Logical operators:
    && is a Logical AND operator.
    || is a Logical OR operator.
    ! is a NOT operator.
    So, '&' is not a Logical operator.
Show Similar Question And Answers
QA->Who, on the basis of logical reasoning rejected all existing religions and at the same time established a new religion called ‘Aananthamath’?....
QA->Which port has become the first Indian port operator to achieve a new record of handling 200 million tonnes (MT) cargo movement?....
QA->Which telecom company has become the leading telecom operator by revenue market share (RMS) of 31.7 per cent in the April-June quarter?....
QA->“Ask not, Say not, think not caste” are the words of?....
QA->“ Liquor is poison, make it not, sell it not, drink it not” are the words of?....
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->Which of the following statements are correct? The conditional operator (?:) returns one of two values depending on the value of a Boolean expression. The as operator in C#.NET is used to perform conversions between compatible reference types. The & operator is also used to declare pointer types and to dereference pointers. The -> operator combines pointer dereferencing and member access. In addition to being used to specify the order of operations in an expression, brackets [ ] are used to specify casts or type conversions.....
MCQ->Match the following: List I (Operator) List II (Description) A.& &1.AssignmentB.| |2.Logical ANDC.=3.Logical OR

....
MCQ->Match the following: List I (Operator) List II (Description) A.& &1.Bitwise inclusive ORB.&2.Bitwise ANDC.| |3.Logical ANDD.|4.Logical OR

....
MCQ->Which of the following statements are correct? All operators in C#.NET can be overloaded. We can use the new modifier to modify a nested type if the nested type is hiding another type. In case of operator overloading all parameters must be of the different type than the class or struct that declares the operator. Method overloading is used to create several methods with the same name that performs similar tasks on similar data types. Operator overloading permits the use of symbols to represent computations for a type.....
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