How compile and run c++ program in turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which bit wise operator is suitable for checking whether a particular bit is on or off?
an integer constant must have atleast one a) character b) digit c) decimal point
What are the extraction and insertion operators in c++? Explain with examples.
Why would you make a destructor virtual?
Do you know the use of vtable?
What is the extraction operator and what does it do?
Why do we need c++?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What are Virtual Functions? How to implement virtual functions in "C" ?
What is #include iostream?
Explain about templates of C++.
Why should we use null or zero in a program?