What is scope resolution operator in c++ with example?
What is class in c++ with example?
What are the various compound assignment operators in c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Difference between Constructors and static constructors?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is the extension of c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is the stack?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What are the characteristics of friend functions?
Is the declaration of a class its interface or its implementation?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??