What are the five basic elements of a c++ program?


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

Post New Answer

More C++ General Interview Questions

Write about the various sections of the executable image?

0 Answers  


How many types of modularization are there in c++?

0 Answers  


How the delete operator differs from the delete[]operator?

0 Answers  


What is the difference between ++ count and count ++?

0 Answers  


Define the operators that can be used with a pointer.

0 Answers  






What does ctime() do?

0 Answers  


What is difference between class and function?

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


Write a struct time where integer m, h, s are its members?

0 Answers  


Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.

0 Answers   TCS,


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


Explain abstraction.

0 Answers  


Categories