How do you save a c++ program?


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

Post New Answer

More C++ General Interview Questions

How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


How can you say that a template is better than a base class?

0 Answers  


Explain what are accessor methods?

0 Answers  


Define pure virtual function?

0 Answers  


What is auto used for in c++?

0 Answers  






What are the rules for naming an identifier?

0 Answers  


Can a Structure contain a Pointer to itself?

0 Answers  


How do pointers work?

0 Answers  


What is the fastest c++ compiler?

0 Answers  


What is a storage class?

0 Answers  


write a program in c++ to implement stack using functions in header file stack.h

3 Answers   Google, Subex,


Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)

0 Answers  


Categories