Can we run c program in turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
How the delete operator differs from the delete[]operator?
Why is c++ called oops?
Define whitespace in C++.
Why do we use classes in programming?
sizeof - is it a function or operator?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Why pointer is used in c++?
How to construct muliton object
How does c++ sort work?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Program to check whether a word is a sub-string or not of a string typed
Define a nested class. Explain how it can be useful.