-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[24/08/15-21] 안내 및 질문 모음집 #13
Comments
8장
9장
10장
11장
12장
|
8장
9장
10장
11장
12장
|
8장
9장
10장
11장
12장
|
8장
9장
주로 명시적으로 사용됩니다. 더하기 연산자 (+) 문자열 연결에 사용될 때 암묵적 변환이 발생할 수 있습니다. 곱하기 연산자 (*) 주로 명시적으로 사용되지만, 피연산자 중 하나가 문자열인 경우 암묵적 변환이 발생합니다. 이중 부정 연산자 (!!) 값을 불리언으로 명시적으로 변환하는 데 사용됩니다. 이러한 연산자들의 사용이 명시적인지 암묵적인지는 주로 context와 의도에 따라 달라집니다: 명시적 변환: 개발자가 의도적으로 타입 변환을 수행하는 경우 !! 연산자는 주로 명시적 변환을 위해 사용되지만, + 와 * 연산자는 상황에 따라 암묵적 변환을 일으킬 수 있습니다.
10장
11장
12장
|
질문8장
9장
10장
11장
12장
|
📚 분량
🎤 발표자
김민석
질문
8장
9장
10장
11장
12장
The text was updated successfully, but these errors were encountered: