How is modularity introduced in C++?


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

Post New Answer

More C++ General Interview Questions

write a program to insert an element into an array

26 Answers   TCS,


Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

0 Answers   Maxobiz,


Why c++ is called oop?

0 Answers  


What are the different types of Storage classes?

5 Answers  


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  






Can recursive program be written in C++?

0 Answers  


What happens if an exception is throws from an object's constructor and from object's destructor?

3 Answers   TCS,


Explain static and dynamic memory allocation with an example each.

0 Answers  


write the prime no program in c++?

16 Answers  


Is java as fast as c++?

0 Answers  


What is ctime c++?

0 Answers  


How to avoid a class from instantiation?

8 Answers   Symphony,


Categories