If dog is a friend of boy, is boy a friend of dog?


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

Post New Answer

More C++ General Interview Questions

What is a syntax in c++?

0 Answers  


Differentiate between structure and class in c++.

0 Answers  


How one would use switch in a program?

0 Answers  


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

0 Answers  


What are mutator methods in c++?

0 Answers  






Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


What is a loop? What are different types of loops in c++?

0 Answers  


What is meant by the term name mangling in c++?

0 Answers  


What is the array and initializing arrays in c++?

0 Answers  


explain the reference variable in c++?

0 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


Difference between const char* p and char const* p?

1 Answers  


Categories