STL (140)
OOPS (873)
C++ General (2409)
what is a class? Explain with an example.
What is purpose of abstract class?
How can a C function be called in a C++ program?
What is the use of string in c++?
What is meant by forward referencing and when should it be used?
Write a program to sort the number with different sorts in one program ??
What does new return if there is insufficient memory to make your new object?
What is unary operator? List out the different operators involved in the unary operator.
Write about all the implicit member functions of a class?
What is abstraction in oop?
What is null pointer and void pointer?
What exactly is polymorphism?
What are issues if we mix new and free in C++?
How do I start a c++ project?
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’.