How do I make turbo c++ full screen?


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

Post New Answer

More C++ General Interview Questions

What are the benefits of oop in c++?

0 Answers  


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

0 Answers  


What is the difference between struct and class?

1 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


Is overriding possible in c++?

0 Answers  






Describe delete operator?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


How can we check whether the contents of two structure variables are same or not?

0 Answers  


How do you clear a set in c++?

0 Answers  


What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


Categories