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 |
What is guard code in c++?
What do you mean by persistent and non persistent objects?
Which function should be used to free the memory allocated by calloc()?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
State the difference between delete and delete[].
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is the difference between a declaration and a definition?
Difference between struct and class in terms of access modifier.
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is const in c++?
program explaining feautures of c++
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.