Answer Posted / dhananjay
no
| Is This Answer Correct ? | 2 Yes | 5 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 ?
Should I learn c or c++ or c#?
Write about the local class and mention its use?
What are static and dynamic type checking?
Why do we use classes in c++?
What sorting algorithm does c++ use?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What is polymorphism & list its types in c++?
What is a far pointer? where we use it?
What is format for defining a structure?
What is oop in c++?
Explain the concept of dynamic allocation of memory?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
If dog is a friend of boy, is boy a friend of dog?
Explain the difference between struct and class in terms of access modifier.