What is c++ library?
No Answer is Posted For this Question
Be the First to Post Answer
What is a try block?
How do you clear a map in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Explain the properties and principles of oop.
What is the basic of c++?
What is the Standard Template Library?
Can a program run without main?
What does new do in c++?
What is cin clear () in c++?
sizeof- is it functioning statically or dynamically?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;