Variables in C++

Variables are fundamental to any language. Values can be assigned to variables, which can be changed during program execution. The value assigned to a variable is placed in the memory allocated to that variable. Variable can be created using key word float, int, and char.

No comments:

Post a Comment