1 / 17

C 언어 배우기

C 언어 배우기. 한양대학교 전자시스템공학 이 성 한. 목차. C 언어란 ? Visual C++ 6.0 사용 메인 함수 printf 함수 변수 , scanf 함수 연산자. C 언어는 무엇인가 ?. 사람과 사람 사이에 서로 사용하는 언어가 있듯이 사람과 컴퓨터 사이에도 의사전달을 위해 사용하는 언어가 있다 . 이 언어가 바로 C 언어인 것이다. Visual C++ 6.0 사용. 메인 함수. 헤더파일 추가. 메인 함수. 메인 함수. 메인 함수. 출력 형태. 함수 이름.

quyn-hill
Download Presentation

C 언어 배우기

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. C 언어 배우기 한양대학교 전자시스템공학 이 성 한

  2. 목차 • C 언어란? • Visual C++ 6.0 사용 • 메인 함수 • printf함수 • 변수 , scanf함수 • 연산자

  3. C 언어는 무엇인가? • 사람과 사람 사이에 서로 사용하는 언어가 있듯이 사람과 컴퓨터 사이에도 의사전달을 위해 사용하는 언어가 있다. 이 언어가 바로 C언어인 것이다.

  4. Visual C++ 6.0 사용

  5. 메인 함수 헤더파일 추가 메인 함수

  6. 메인 함수

  7. 메인 함수 출력 형태 함수 이름 ( 입력 형태 ) { 함수 시작 함수의 내용 } 함수 끝

  8. printf함수 • printf (“ 출력할 내용 “);

  9. printf함수

  10. printf함수

  11. 변수 • C언어로 프로그램을 작성할 때숫자나 문자, 문자열 같은 데이터를 임시로 저장하기 위해 사용하는 공간을 의미한다.

  12. 변수

  13. 변수 • int정수형 변수 • char 문자형 변수 • float 실수형 변수 • double 실수형 변수

  14. scanf함수 scanf (“입력할 변수 타입”, &입력할 변수);

  15. scanf함수

  16. 연산자

  17. 연산자

More Related