C++ New And Delete Question:
Download Questions PDF

In C++ how many return statements are allowed in a non-void function?

a) 1
b) as many as you like
c) 0
d) 2

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

Answer:

b) as many as you like

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

Previous QuestionNext Question
Which of the following keyword is not used in exception handling:

a) Try
b) allow
c) Catch
d) Throw
Which of the following is invalid header file name?

a) <iostring>
b) <string>
c) <iostream >
d) <sstream>