How would you implement a substr() function that extracts a sub string from a given string?
What are disadvantages of pointers?
What is enum class in c++?
What is c++ iterator?
Write some differences between an external iterator and an internal iterator?
What size is allocated to the union variable?
How to implement flags?
Types of storage and scope of each type
What is size of a object of following class? class Foo { public: void foo(){} }
CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?
What is a constructor initializer list and when we use constructor initializer list?
What is searching? Explain linear and binary search.
What is binary search in c++?