연산자 (프로그래밍): 두 판 사이의 차이

내용 삭제됨 내용 추가됨
24번째 줄:
언어에 의한 지배들의 존재에서, 프로그래머는 미묘한 프로그래밍 오류를 피하기 위해 피연산자 유형 및 작업 결과 유형에 대한 특정 규칙을 인식하고 있어야한다.
 
== 프로그래밍 언어에서 연산자 기능 ==
== Operator features in programming languages ==
다음 표는 여러 프로그래밍 언어에서 연산자의 기능을 보여준다:
The following table shows the operator features in several programming languages:
 
{| class="sortable wikitable"
|-
!프로그래밍 언어
!Programming language
!비 영숫자 연산자 기호
!Nonalphanumeric operator symbols
!영숫자 연산자 기호
!Alphanumeric operator symbols
!전위 표기법
!Prefix
!중위 표기법
!Infix
!후위 표기법
!Postfix
!상위
!Precedence
!Associativity
!오버로딩
!Overloading
!프로그래머가 정의한 오버로딩
!Programmer-defined overloading
!프로그래머가 정의한 연산자 기호
!Programmer-defined operator symbols
|-
| [[ALGOL 68]]