در حال آمادهسازی واژه...
در حال آمادهسازی واژه...
کلمهای کوتاه شده برای 'constant' که در برنامهنویسی برای متغیرهای ثابت به کار میرود.
An abbreviation of 'constant' used in programming C-family languages to declare immutable variables.
«کلیدواژه const متغیر تغییرناپذیر را تعریف میکند.»
“The const keyword defines an immutable variable.”
«برای جلوگیری از تغییر مقدار، از const استفاده کنید.»
“Use const to prevent changes to the value.”
رسمی/فنی. در برنامهنویسی full term ثابت است و 'const' مخفف آن است، در کد قابل تعویض اما در گفتار نه.
Formal/technical. In programming, 'constant' is the full term, 'const' the common abbreviation, interchangeable in code but not in speech.