What is copy constructor? Can we make copy constructor private in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why namespace is used in c++?
What programming language should I learn first?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What is time_t c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
What is ios :: in in c++?
Can I learn c++ without learning c?
Is linux written in c or c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Does c++ support multilevel and multiple inheritances?