How the programmer of a class should decide whether to declare member function or a friend function?
No Answer is Posted For this Question
Be the First to Post Answer
Why the usage of pointers in C++ is not recommended ?
In a function declaration, what does extern mean?
What do you mean by stack unwinding in c++?
What are the five types of inheritance in C++?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
If there are two catch statements, one for base and one for derived, which should come first?
What are static type checking?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
Which programming language's unsatisfactory performance led to the discovery of c++?
What should main() return in c and c++?
Differentiate between a deep copy and a shallow copy?
how to find the maximum of 10 numbers ?