Answer Posted / sharon
instance or example of a class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is c++ a software?
Can we specify variable field width in a scanf() format string? If possible how?
What are the advantages of prototyping?
Can a list of string be stored within a two dimensional array?
Array base access faster or pointer base access is faster?
What does flush do c++?
Should you pass exceptions by value or by reference?
Name the operators that cannot be overloaded in C++?
Can you Mention some Application of C/C++?
What is the prototype of printf function?
What is the sequence of destruction of local objects?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What are the vectors in c++?
What is a wchar_t in c++?