Why do we use classes in programming?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare a function pointer?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What is the c++ code?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
What are the two types of comments?
What is size of a object of following class? class Foo { public: void foo(){} }
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Differentiate between a pointer and a reference with respect to c++.
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
const char * char * const What is the differnce between the above two?
In c++, what is the difference between method overloading and method overriding?