What is data hiding c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why are pointers used?
Describe new operator?
How do you add an element to a set in c++?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What is a pointer how and when is it used?
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
Is java made in c++?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is c++ runtime?
What do you mean by const correctness?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Is c++ a good first language to learn?