책 이미지

책 정보
· 분류 : 국내도서 > 컴퓨터/모바일 > 프로그래밍 언어 > C
· ISBN : 9791137225039
· 쪽수 : 96쪽
· 출판일 : 2020-12-02
목차
▶ 목차
시작해 C 언어, C 언어에 대하여:
시작해 C 언어, Editor 준비에 대하여:
시작해 C 언어, 소스코드 새 파일에 대하여:
Section 1. 구조체
01. Data와 Data Type
02. Data Structure
03 . Structure Declaration
04. struct student
05. Structure Variable
06. Assignment
07. 구조체 Data의 사용
08. 구조체 소스코드
09. Initialization
10. 구조체 Parameter
11. Structure Array
12. typedef
13. Input Data
14. 입력과 출력
15. Type과 동시선언
16. Type과 typedef 동시선언
17. 여러 가지 typedef
18. 함수에서 ll 사용
Section 2. 열거형
19. union
20. union의 사용
21. union의 재사용
22. 공용체 소스코드
23. Enumerated Type
24. 열거형 변수
25. 정수값 지정
26. 자동 지정
27. 열거형 사용
28. 테트리스 게임보드
29. Constant와 Literal
30. Constant와 Suffix
31. Local Variable
32. Scope of Variable
33. Global Variable
34. Local vs Global
Section 3. 포인터
35. Pointer
36. Pointer 선언
37. 값과 주소
38. 간접참조연산자
39. 여러 개 Pointer
40. 여러 가지 Pointer
41. 배열과 Pointer
42. show() 함수와 Pointer
43. Pointer로 값 저장
44. Pointer Arithmetics
45. Call by Value
46. Call by Address
47. swap() 함수와 Pointer
48. Pointer와 const
49. Pointer와 String
50. Pointer 배열
51. Pointer to pointer
52. Pointer to Pointer 사용
53. 구조체 Pointer
54. Arrow Operator
55. Null Pointer
56. Dynamic Memory
57. malloc() 함수
58. free() 함수
59. calloc() 함수
60. 동적메모리 사용
61. realloc() 함수
62. 동적메모리 재사용