C++ New And Delete Question:
Download Questions PDF

Which of the following is a valid array declaration?
select one:
a. char[] c = new char[5];
b. char[] c = new char[];
c. char c = new char();
d. char[] c = new char(4);?

C++ New And Delete Interview Question
C++ New And Delete Interview Question

Answer:


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

Download C++ New And Delete Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between new and malloc and delete and free()in C++, an object can be returned as argument:

a) false
b) true