Can I run c program in turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What are the defining traits of an object-oriented language?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
Differentiate between a deep copy and a shallow copy?
What is using namespace std in c++?
Where must the declaration of a friend function appear?
What is Virtual Inheritance?
What are the various access specifiers in c++?
What are punctuators in c++?
What is the purpose of ios::basefield in the following statement?
When are exception objects created?
Do vectors start at 0 c++?