Answer Posted / sudhirkature
void main()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism and its type in c++?
Which coding certification is best?
How many characters are recognized by ANSI C++?
What is virtual destructor? What is its use?
Why is polymorphism useful?
What is the purpose of extern storage specifier?
What is the best c++ book?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What is a tuple c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Describe about storage allocation and scope of global, extern, static, local and register variables?
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?
What is time h in c++?
What is the type of 'this' pointer? When does it get created?