1.4 ParenthesesRules: a. Do not rely on C’s operator precedence rules, dịch - 1.4 ParenthesesRules: a. Do not rely on C’s operator precedence rules, Việt làm thế nào để nói

1.4 ParenthesesRules: a. Do not rel

1.4 Parentheses

Rules:

a. Do not rely on C’s operator precedence rules, as they may not be obvious to those who maintain the code.
To aid clarity, use parentheses (and/or break long statements into multiple lines of code) to ensure proper execution order within a sequence of operations.
b. Unless it is a single identifier or constant, each operand of the logical && and || operators shall be surrounded by parentheses.

Example:

if ((a < b) && (b < c))
{
result = (3 * a) + b;
}
return result;


Exceptions: None.
Enforcement: These rules shall be enforced during code reviews.
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
1.4 ParenthesesRules: a. Do not rely on C’s operator precedence rules, as they may not be obvious to those who maintain the code.To aid clarity, use parentheses (and/or break long statements into multiple lines of code) to ensure proper execution order within a sequence of operations.b. Unless it is a single identifier or constant, each operand of the logical && and || operators shall be surrounded by parentheses.Example:if ((a < b) && (b < c)){result = (3 * a) + b;}return result;Exceptions: None.Enforcement: These rules shall be enforced during code reviews.
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
1.4 Dấu ngoặc Rules: a. Đừng dựa trên các quy tắc điều hành ưu tiên C, vì chúng có thể không được rõ ràng cho những người duy trì mã. Để hỗ trợ rõ ràng, sử dụng dấu ngoặc đơn (và / hoặc phá vỡ báo cáo dài thành nhiều dòng code) để đảm bảo trật tự thực hiện thích hợp trong một chuỗi các hoạt động. b. Trừ khi nó là một định danh duy nhất hoặc liên tục, mỗi toán hạng của logic && và || hành được bao quanh bởi dấu ngoặc đơn. Ví dụ: if ((a <b) && (b <c)) {result = (3 * a) + b;}; kết quả trả về None: Trường hợp ngoại lệ. Thực thi: Những quy định này sẽ được thi hành trong đánh mã.


















đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: