What is the purpose of enum?
No Answer is Posted For this Question
Be the First to Post Answer
What is late bound function call and early bound function call? Differentiate.
Write A Program using Single and Multiple Inheritance.
What's the full form of STL?
what is function over loading?
What is the difference between an object and a class?
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
How to improve object oriented design skills?
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
In which cases you use override and new base?
What is overloading and its types?
what is new operator in c++