What is constructor c++?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
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 oops and list its features in c++?
Which software is used to run c++ program?
What are the static members and static member functions?
Tell me what are static member functions?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is the difference between Pointer and a Reference? When you would use them?
why and when we can declar member fuction as a private in the class?
Explain the scope resolution operator?
What is size of null class?