What are the four partitions in which c++ compiler divides the ram?


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

Post New Answer

More C++ General Interview Questions

Define namespace in c++?

0 Answers  


Define a pointer to a data member of the type pointer to pointer?

0 Answers  


How are virtual functions implemented in c++?

0 Answers  


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


Does std endl flush?

0 Answers  






Which is best c++ or java?

0 Answers  


What is a c++ class?

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  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


What is an operator function? Describe the function of an operator function?

0 Answers   Fidelity,


What are c++ files?

0 Answers  


Explain what happens when a pointer is deleted twice?

0 Answers  


Categories