daily Routine of father
No Answer is Posted For this Question
Be the First to Post Answer
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 do you call copy constructors?
Can a constructor throw a exception? How to handle the error when the constructor fails?
What does new return if there is insufficient memory to make your new object?
What is an Object/Instance?
How Virtual functions call up is maintained?
When does a name clash occur?
What are structures and unions?
Define token in c++.
What do you mean by translation unit in c++?
What are the two types of polymorphism?
What is meant by a delegate?