Q. What is the default behavior of variables in Rust?
β
Correct Answer: (C)
Immutable
Explanation: Variables in Rust are immutable by default unless explicitly marked with 'mut'.