Can circle be called an ellipse?
No Answer is Posted For this Question
Be the First to Post Answer
Is std :: string immutable?
What is recursion?
Difference between struct and class in terms of access modifier.
What is an Object/Instance?
How the keyword struct is different from the keyword class in c++?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
What C++ libraries are you proficient with?
Friend functions can access private and protected members of a class.
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?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
Write a program to interchange 2 variables without using the third one.
What is name mangling?