Answer Posted / jayesh pawar
OBJECT IS ONE OF THE TYPE OF INSTANCE OF THE CLASS
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
When is the destructor called?
What is an adaptor class or wrapper class in c++?
What are the advantages of prototyping?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is a far pointer? where we use it?
What are the 2 main types of data structures?
How do you flush a buffer in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Why is standard template library used?
What can I use instead of namespace std?
Why do we use the using declaration?
What is heap sort in c++?
Why do we use using namespace std in c++?
Can you use the function fprintf() to display the output on the screen?