How do I exit turbo c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


What is the difference between a copy constructor and an overloaded assignment operator?

4 Answers   Belzabar, Citrix, Microsoft, Wipro,


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

0 Answers   TCS,


What is the difference between Char a[ ]=”string” and char *a=”String”

11 Answers   Adobe,


What is capacity in vector in c++?

0 Answers  






What are the c++ access specifiers?

1 Answers  


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


How can you link a c program with a c function?

0 Answers  


What are the uses of c++ in the real world?

0 Answers  


What is the size of integer variable?

0 Answers  


Write a function that swaps the values of two integers, using int* as the argument type?

0 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


Categories