What is the topic of the C++ FAQ list?
Answer / phool chand
Any C++ related subject occurring 'frequently' in the cplusplus echo. There must be no doubts _at_all_ that it is on topic in the echo. This means that normal (ANSI) C subjects are not on topic for this list. Also the coverage of subjects specific to a platform, compiler or library will be limited.
| Is This Answer Correct ? | 0 Yes | 0 No |
How the delete operator differs from the delete[]operator?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What are references in c++? What is a local reference?
how to access grid view row?
What is a storage class used in c++?
Describe private, protected and public?
What is virtual base class uses?
What is compilation?
What is c++ & why it is used?
What are c++ manipulators?
What is the syntax for a for loop?