STL (140)
OOPS (873)
C++ General (2409) INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Is turbo c++ free?
Write about c++ storage classes?
What does enum stand for?
Is swift faster than c++?
What is a singleton c++?
How can we check whether the contents of two structure variables are same or not?
What is a tuple c++?
Does c++ support exception handling?
What is time h in c++?
Explain bubble sorting.
How would you use the functions memcpy(), memset(), memmove()?
What are c++ variables?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
How can you specify a class in C++?