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 |
Is it possible to use a new for the reallocation of pointers ?
Describe linkages and types of linkages?
which of the following is not an secondary constant a) array b) real c) union
What is the best c++ book for beginners?
How do I get good at c++ programming?
Why are pointers not used in c++?
How would you obtain segment and offset addresses from a far address of a memory location?
What are the extraction and insertion operators in c++?
What are c++ redistributables?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is a static element?
Explain virtual class and friend class.