Can we run c program in turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the arrow operator in c++?
Explain friend class?
Can we use resume in error handling i.e. in the catch block
What do you mean by function and operator overloading in c++?
Explain the static storage classes in c++.
What is c++ hiding?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Differentiate between a constructor and a method in C++.
Differentiate between declaration and definition.
What is general form of pure virtual function? Explain?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement