What is an html tag?
When does a 'this' pointer get created?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Name the implicit member functions of a class.
what is data encapsulation in C++?
What does it mean to declare a member variable as static?
Is there any difference between int [] a and int a [] in c++?
How do you print a string on the printer?
Discussion on error handling of C++ .
Can a list of string be stored within a two dimensional array?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What is == in programming?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What is the difference between prefix and postfix versions of operator++()?
what is the difference between overloading & overriding? give example.