What is the correct syntax of declaring array of pointers of integers of size 10 in C++?

Question:
What is the correct syntax of declaring array of pointers of integers of size 10 in C++?

1. int arr = new int[10];

2.int **arr = new int*[10];

3.int *arr = new int[10];

4. int *arr = new int*[10];

Posted Date:-2021-02-21 05:09:41


More MCQS Questions and answers

Search
Olete Team
Online Exam Test Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Test website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!