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

Explain how a pointer to function can be declared in C++?

0 Answers  


Which bit wise operator is suitable for putting on a particular bit in a number?

0 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,


Explain the isa and hasa class relationships. How would you implement each?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,






Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


How are the features of c++ different from c?

0 Answers  


What is stoi in c++?

0 Answers  


How a pointer differs from a reference?

0 Answers  


total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

0 Answers  


daily Routine of father

0 Answers  


Have you used MSVC? What do you think of it?

2 Answers   Google,


Categories