搜尋此網誌

2025年5月21日星期三

Assignment in C++

An unsigned variable is a type of variable in programming that can only store non-negative values (zero and positive numbers).

int x;   // LHS: 'x' is a variable
x = 9;  // RHS: '9' is the value being assigned to 'x'

Microsoft Copilot

沒有留言:

發佈留言