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

a) True

b) False

c) Invalid statement


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain rtti.

0 Answers  


Will c++ be replaced?

0 Answers  


When one must use recursion function? Mention what happens when recursion functions are declared inline?

0 Answers  


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


What is a local reference?

0 Answers  






print first nodd numbers in descending order

7 Answers  


How does the copy constructor differ from the assignment operator (=)?

0 Answers  


What are c++ storage classes?

0 Answers  


Explain the virtual inheritance in c++.

0 Answers  


What do you mean by call by value and call by reference?

1 Answers  


What is jump statement in C++?

0 Answers   Ericsson,


What is the difference between the parameter to a template and the parameter to a function?

0 Answers  


Categories