What is the two main roles of operating system?
No Answer is Posted For this Question
Be the First to Post Answer
What can c++ be used for?
What is the full form nasa?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is c++ runtime?
Explain what are single and multiple inheritances in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
how can u create a doubly linked list with out using pointers?
What is the use of pointer in c++ with example?
Which c++ compiler is best?
What will happen if a pointer is deleted twice?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is the difference between passing by reference and passing a reference?