Write a program to interchange 2 variables without using the third one.
What is a storage class in C++
What does asterisk mean in c++?
What are the types of STL containers?
Define basic type of variable used for a different condition in C++?
What is 'Copy Constructor' and when it is called?
what are the iterator and generic algorithms.
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is an iterator class in c++?
Why is c++ still popular?
differance between copy & clon
Comment on local and global scope of a variable.
Why do C++ compilers need name mangling?