What is a null object in c++?
What are the main characteristics of C++ as a programming language?
How is memory managed in C++?
What is vector string in c++?
What is wrapper class in c++?
What is called array?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is near, far and huge pointers? How many bytes are occupied by them?
How should runtime errors be handled in c++?
What are different types of typecasting supported by C++
Is sorted c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Find the second maximum in an array?