What is conditions when using boolean operators?


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

Post New Answer

More C++ General Interview Questions

Can non graphic characters be used and processed in C++?

0 Answers   HCL,


What are the techniques you use for debugging?

1 Answers   Adtran,


What is nested class in c++?

0 Answers  


Array base access faster or pointer base access is faster?

0 Answers  


What is stack unwinding?

0 Answers  


If a function doesn’t return a value, how do you declare the function?

0 Answers  


Explain the differences between list x; & list x();.

0 Answers  


Explain the auto storage classes in c++.

0 Answers  


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

0 Answers  


What is tellg () in c++?

0 Answers  


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

0 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


Categories