Answer Posted / prashanth c patel
inline function are recursive.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Is c++ a difficult language?
Write bites in Turbo c++ Header ("Include") Files.
What is a dynamic binding in c++?
Who calls main function?
What is runtime polymorphism in c++?
What are the advantages of using friend classes?
Mention the purpose of istream class?
Tell me what are static member functions?
In the derived class, which data member of the base class are visible?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Should the member functions which are made public in the base class be hidden?
What is function overriding in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
How can I learn c++ easily?
What is a down cast?