STL (140)
OOPS (873)
C++ General (2409) Describe delete operator?
What is null pointer and void pointer?
How would you implement a substr() function that extracts a sub string from a given string?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Explain what are mutator methods in c++?
Does c++ vector allocate memory?
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 container class? What are the types of container classes in c++?
Can notepad ++ run c++?
Write a program to concatenate two strings.
What are different types of loops in c++?
Why is destructor used?
What are pointer-to-members in C++? Give their syntax.
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What does no cap mean?