What is an iterator class in c++?
What is the difference between new/delete and malloc/free?
What is a tuple c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
When does a name clash occur?
Write the program for fibonacci in c++?
Is java a c++?
How is data hiding achieved in c++?
How a modifier is similar to mutator?
Incase of a function declaration, what is extern means?
What is the size of integer variable?
write a program to insert an element into an array