What does int * mean in c++?
No Answer is Posted For this Question
Be the First to Post Answer
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Define pointers?
Why would you make a destructor virtual?
What do you mean by global variables?
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
What is the difference between map and hashmap in c++?
What is data abstraction? How is it different from data encapsulation?
Brief explaination about #include<iostream.h>, cin and cout
write a porgram in c++ that reads an integer and print the biggest digit in the number
What programming language should I learn first?
what are the iterator and generic algorithms.
What is the difference between inline functions and macros?