What are c++ variables?



What are c++ variables?..

Answer / Chinmay Narayan Mishra

In C++, a variable is a storage location that is used to store data. It represents a named memory location with some associated data and has a specific data type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is it possible to use a new for the reallocation of pointers ?

1 Answers  


Describe linkages and types of linkages?

1 Answers  


which of the following is not an secondary constant a) array b) real c) union

1 Answers  


What is the best c++ book for beginners?

1 Answers  


How do I get good at c++ programming?

1 Answers  


Why are pointers not used in c++?

1 Answers  


How would you obtain segment and offset addresses from a far address of a memory location?

1 Answers  


What are the extraction and insertion operators in c++?

1 Answers  


What are c++ redistributables?

1 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

1 Answers  


What is a static element?

1 Answers  


Explain virtual class and friend class.

1 Answers  


Categories