C++ New And Delete Question:
Download Questions PDF

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

a) Try
b) allow
c) Catch
d) Throw

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

Answer:

b) allow

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

Previous QuestionNext Question
Individual characters in a string are accessed as following:

a) cout << S.at(i);
b) cout << S[i];
c) both a) and b)
d) None
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