If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
No Answer is Posted For this Question
Be the First to Post Answer
what is the C++
What do you mean by ‘void’ return type?
If there are two catch statements, one for base and one for derived, which should come first?
Is dev c++ free?
State the difference between delete and delete[].
Is string an object in c++?
what is the use of void main() in C++ language?
Do class method definitions?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What does obj stand for?
How would you implement a substr() function that extracts a sub string from a given string?
Why do C++ compilers need name mangling?