Last active
May 6, 2018 05:34
-
-
Save fortheday/4d5081179ff714994b5f38e0dfee3937 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int i(int()); // int i( int a ) 함수선언으로 인식. | |
i = 2; // COMPILE ERR, int 변수가 아니라서 대입불가 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment