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
What is the difference between a reference and a pointer?
How to declaring variables in c++?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Write a Program to find the largest of 4 no using macros.
Difference between const char* p and char const* p?
Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
What is the use of turbo c++?
How come you find out if a linked-list is a cycle or not?
What is functions syntax in c++?
What is auto type c++?
How many ways can a variable be initialized into in C++?
Why are pointers used?