Can I run c program in turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between stack and heap memory?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Why should we use null or zero in a program?
What is this pointer in c++?
What is == in programming?
Can a constructor throw a exception? How to handle the error when the constructor fails?
Give 10 points of differences between C & C++.
What is vectorial capacity?
Explain the use of this pointer?
Do you know what are pure virtual functions?
difference between macro and function?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal