Answer Posted / sandeep kumar
Bjarne Stroustrup in 1983 at bell labotries
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data types c++?
What is setw manipulator in c++?
What is the difference between a type-specific template friend class and a general template friend class?
What is void pointer in c++ with example?
Out of fgets() and gets() which function is safe to use and why?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is cout flush?
What are c++ manipulators?
If I is an integer variable, which is faster ++i or i++?
What is the purpose of ios::basefield in the following statement?
Name the operators that cannot be overloaded in C++?
What is the basic structure of a c++ program?
What are the five basic elements of a c++ program?
What is #include sstream?
What is the difference between multiple and multilevel inheritance in c++?