What do you mean by overhead in c++?


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

Post New Answer

More C++ General Interview Questions

What kind of jobs can I get with c++?

0 Answers  


What is object file? How can you access object file?

0 Answers  


What is c++ try block?

0 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


What are the rules for naming an identifier?

0 Answers  






If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


What happens if a pointer is deleted twice?

0 Answers   Flextronics,


what is VOID?

0 Answers  


What is dev c++ used for?

0 Answers  


What is RTRT tool?can it be used for automation?can it work on packet PC?

3 Answers  


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

0 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


Categories