What do c++ programmers do?


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

Post New Answer

More C++ General Interview Questions

What is cin clear () in c++?

0 Answers  


Which one is a preferred language C or C++? Why?

0 Answers  


List the advantages of inheritance.

0 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


How can a struct in c++ differs from a struct in c?

0 Answers  






Why is c++ so fast?

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


How many ways are there to initialize an int with a constant?

1 Answers  


What is a virtual destructor?

2 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


Define virtual constructor.

0 Answers  


Categories