Learn Before
Relation

Variables - Rust Programming

In Rust, a variable is a container that stores a value of a specific data type. Variables are declared using the keyword "let" and must be assigned a value when they are declared.

0

1

Updated 2023-01-29

References


Tags

Object-Oriented Programming