STL (140)
OOPS (873)
C++ General (2409) In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
1 3984What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 42997Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
2087what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
2355
Write a recursive program to calculate factorial in c++.
What does obj stand for?
Is empty stack c++?
Is there any error below, its a code to delete all entires from a map #include
What is advantage of inheritance?
class type to basic type conversion
Is C++ case sensitive a) False b) Depends on implementation c) True
How is c++ used in the real world?
What is else syntax in c++?
Which is not an object oriented programming language?
How do you clear a set in c++?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What Is A Default Constructor in C++ ?
explain the term 'resource acquisition is initialization'?
What is an operator function? Describe the function of an operator function?