What is void pointer in c++ with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is searching? Explain linear and binary search.
What does the ios::ate argument do?
What can c++ be used for?
Do you know the problem with overriding functions?
What is the difference between equal to (==) and assignment operator (=)?
What is a rooted hierarchy?
Difference between inline functions and macros?
which is the easy way to divide any integer by 2?
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
What is the use of class in c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Tell me can a pure virtual function have an implementation?