What does int * mean in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

what are difference between c and c++?

9 Answers   Accenture,


When should we use multiple inheritance?

0 Answers  


What is heap sort in c++?

0 Answers  


What is doubly linked list in c++?

0 Answers  


When should you use global variables?

0 Answers  






What is meant by const_cast?

0 Answers  


How much is c++ certification?

0 Answers  


What information can an exception contain?

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


What are exceptions c++?

0 Answers  


Is c++ built on c?

0 Answers  


What is a volatile variable in c++?

0 Answers  


Categories