Evaluate as true or false: !(1 &&0 || !1)

a) True

b) False

c) Invalid statement



Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement..

Answer / Ravi Kiran Prabhakar

a) True

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Why the usage of pointers in C++ is not recommended ?

1 Answers   TCS,


Write about all the implicit member functions of a class?

1 Answers  


What are friend functions?

1 Answers  


how to find the maximum of 10 numbers ?

5 Answers  


What does h mean in maths?

1 Answers  


Explain all the C++ concepts using examples.

1 Answers   InterGraph,


What is function prototyping?

1 Answers  


What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement

4 Answers  


What are pointer-to-members in C++? Give their syntax.

1 Answers   HAL,


Explain the extern storage classes in c++.

1 Answers  


What is a lambda function c++?

1 Answers  


Categories