What is object in c++ wikipedia?


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

Post New Answer

More C++ General Interview Questions

How is computer programming useful in real life?

0 Answers  


Explain what are the sizes and ranges of the basic c++ data types?

0 Answers  


What is called array?

0 Answers  


Is c++ the hardest programming language?

0 Answers  


write a programming using for loop in c++ to generate diamond trangel?

1 Answers   NIIT,






Where the memory to the static variables is allocated?

0 Answers  


Write about c++ storage classes?

0 Answers  


Define a nested class. Explain how it can be useful.

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables

2 Answers   BirlaSoft, Crayonz,


What are shallow and deep copies?

0 Answers  


Explain the difference between class and struct in c++?

0 Answers  


Categories