Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- VS Code
- 프로그래머스
- 채보
- pip
- pytorch
- 컨테이너
- mysql
- Linux
- Visual Studio
- 기타 연주
- C
- LIST
- C#
- Docker
- C++
- JSON
- 핑거스타일
- SSH
- Selenium
- label
- paramiko
- Python
- Numpy
- windows forms
- pandas
- error
- YOLO
- OpenCV
- ubuntu
- 오류
Archives
- Today
- Total
목록예약어 (1)
기계는 거짓말하지 않는다
C언어 키워드
구분 키워드 제어문 반복 do, for, while 분기 break, continue, goto, return 선택 case, default, if, else, switch 자료형 char, short, int, long, float, double, signed, unsigned, enum, typedef, union, struct, void 기억 클래스 auto, static, extern, register 기타 const, sizeof, volatile 키워드는 언어에서 특별한 의미를 가진다. 정해진 기능을 수행하며 변수 이름이나 다른 목적으로 사용할 수 없다. 예약어는 예약된 단어이고 식별자로 사용할 수 없다. 대부분의 키워드는 예약어이며 반대의 경우도 마찬가지이지만 예외가 있다. Java 에서 g..
C
2020. 12. 5. 01:21