잘못된 정보가 있다면, 꼭 댓글로 알려주세요(비로그인 익명도 가능).
여러분의 피드백이 저와 방문자 모두를 올바른 정보로 인도할 수 있습니다.
감사합니다. -현록
목록Study/C (2)
현록의 기록저장소
1주 차 과목 설명 헬로 월드(Hello World) 기본 자료형(primitive type) 열거(enum)형 관계 연산자, 논리 연산자, 조건 연산자 sizeof 키워드 조건문 반복문 2주 차 함수와 범위(scope) 전역 변수 const 키워드 goto 키워드 배열(array) 스택 메모리 다차원 배열(multi-dimensional array) 헤더파일과 소스분할 컴파일/링크 extern/static 키워드 3주 차 포인터 주소 연산자(address operator) 포인터 함수와 사용하기 널(null) 포인터 assert 함수 const 포인터 포인터 연산 포인터의 배열 4주 차 C 문자열 문자열 조작(string manipulation) 콘솔 출력 5주 차 콘솔 입력 파일 입출력 커맨드 라인 ..
https://en.cppreference.com/w/c/language/conversion C 표준의 설명 중 일부의 원문과 해석을 적어둠. Usual arithmetic conversions The arguments of the following arithmetic operators undergo implicit conversions for the purpose of obtaining the common real type, which is the type in which the calculation is performed: binary arithmetic *, /, %, +, - relational operators , =, ==, != binary bitwise arithmetic &, ^, |, ..