STL (140)
OOPS (873)
C++ General (2409)
Why is polymorphism important in oop?
Why is object oriented programming so hard?
How did c++ start?
What is encapsulation in c++ with example?
What is the difference between a constructor and a destructor?
Do inline functions improve performance?
Write a program to sort the number with different sorts in one program ??
Which is better c++ or java?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is type of 'this' pointer? Explain when it is get created?
What does count ++ do in c++?
Define a pdb file.
Which language is not a true object oriented programming language?
Which is not an object oriented programming language?
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’.