How to declare an array of pointers to integer?


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

Post New Answer

More C++ General Interview Questions

Can inline functions have a recursion? Give the reason?

3 Answers  


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


What is the difference between a "copy constructor" and an "assignment operator" in C++?

0 Answers   Genpact,


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


What is the cout in c++?

0 Answers  






How does a copy constructor differs from an overloaded assignment operator?

0 Answers  


Which operator can not be overloaded in C++?

1 Answers  


Define stacks. Provide an example where they are useful.

0 Answers  


Describe public access specifiers?

0 Answers  


What is a pointer how and when is it used?

0 Answers  


What is the exit function in c++?

0 Answers  


Who was the creator of c++?

0 Answers  


Categories