untitled

Similar documents
Microsoft PowerPoint - chap-06.pptx

쉽게 풀어쓴 C 프로그래밍

untitled

쉽게 풀어쓴 C 프로그래밍

쉽게 풀어쓴 C 프로그래밍

프로그래밍개론및실습 2015 년 2 학기프로그래밍개론및실습과목으로본내용은강의교재인생능출판사, 두근두근 C 언어수업, 천인국지음을발췌수정하였음


중간고사

untitled

Chapter_06

int main(void) int a; int b; a=3; b=a+5; printf("a : %d \n", a); printf("b : %d \n", b); a b 3 a a+5 b &a(12ff60) &b(12ff54) 3 a 8 b printf(" a : %x \

0. 표지에이름과학번을적으시오. (6) 1. 변수 x, y 가 integer type 이라가정하고다음빈칸에 x 와 y 의계산결과값을적으시오. (5) x = (3 + 7) * 6; x = 60 x = (12 + 6) / 2 * 3; x = 27 x = 3 * (8 / 4

03장.스택.key

untitled

OCW_C언어 기초

: 1 int arr[9]; int n, i; printf(" : "); scanf("%d", &n); : : for(i=1; i<10; i++) arr[i-1] = n * i; for(i=0; i<9; i++) if(i%2 == 1) print

Microsoft PowerPoint - chap05-제어문.pptx

Microsoft PowerPoint - ch03 - 조건문과 반복문 pm0215

< E20C6DFBFFEBEEE20C0DBBCBAC0BB20C0A7C7D12043BEF0BEEE20492E707074>

Microsoft PowerPoint - chap13-입출력라이브러리.pptx

본 강의에 들어가기 전

C 언어 프로그래밊 과제 풀이

비트와바이트 비트와바이트 비트 (Bit) : 2진수값하나 (0 또는 1) 를저장할수있는최소메모리공간 1비트 2비트 3비트... n비트 2^1 = 2개 2^2 = 4개 2^3 = 8개... 2^n 개 1 바이트는 8 비트 2 2

歯9장.PDF

Microsoft PowerPoint - chap03-변수와데이터형.pptx

Microsoft PowerPoint - 5장 조건문 pptx

11장 포인터

; struct point p[10] = {{1, 2, {5, -3, {-3, 5, {-6, -2, {2, 2, {-3, -3, {-9, 2, {7, 8, {-6, 4, {8, -5; for (i = 0; i < 10; i++){ if (p[i].x > 0 && p[i

chap8.PDF

Infinity(∞) Strategy

C++-¿Ïº®Çؼ³10Àå

Microsoft PowerPoint - chap11-포인터의활용.pptx

C 프로그래밊 개요

K&R2 Reference Manual 번역본

이번장에서학습할내용 동적메모리란? malloc() 와 calloc() 연결리스트 파일을이용하면보다많은데이터를유용하고지속적으로사용및관리할수있습니다. 2

Microsoft PowerPoint - chap-07.pptx

Microsoft PowerPoint - chap04-연산자.pptx

Microsoft PowerPoint - Lesson6.pptx

<C3CA3520B0FAC7D0B1B3BBE7BFEB202E687770>

, ( ),, ( ), 3, int kor[5]; int eng[5]; int Microsoft Windows 4 (ANSI C2 ) int kor[5] 20 # define #define SIZE 20 int a[10]; char c[10]; float


PowerPoint 프레젠테이션

C프로-3장c03逞풚

Microsoft PowerPoint - chap12-고급기능.pptx

(Asynchronous Mode) ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 -

Microsoft PowerPoint - Chapter_05.pptx

C 프로그래밊 개요

Line (A) å j a k= i k #define max(a, b) (((a) >= (b))? (a) : (b)) long MaxSubseqSum0(int A[], unsigned Left, unsigned Right) { int Center, i; long Max

제 14 장포인터활용 유준범 (JUNBEOM YOO) Ver 본강의자료는생능출판사의 PPT 강의자료 를기반으로제작되었습니다.

商用

Microsoft PowerPoint - Chapter_09.pptx

제 11 장포인터 유준범 (JUNBEOM YOO) Ver 본강의자료는생능출판사의 PPT 강의자료 를기반으로제작되었습니다.

Microsoft PowerPoint - chap-11.pptx

PowerPoint 프레젠테이션

<4D F736F F F696E74202D20C1A63036C0E520BCB1C5C3B0FA20B9DDBAB928B0ADC0C729205BC8A3C8AF20B8F0B5E55D>

1 장 C 언어복습 표준입출력배열포인터배열과포인터함수 const와포인터구조체컴파일러사용방법 C++ 프로그래밍입문

1.1.1 컴퓨터의 구성 p.19

PowerPoint 프레젠테이션

chap7.key

OCW_C언어 기초

Microsoft PowerPoint - ch07 - 포인터 pm0415

PowerPoint Presentation

3. 1 포인터란 3. 2 포인터변수의선언과사용 3. 3 다차원포인터변수의선언과사용 3. 4 주소의가감산 3. 5 함수포인터

Microsoft PowerPoint - 제11장 포인터(강의)

4.0 개요 p.116 수식 (expression) 연산자 (operator) 와피연산자 (operand) 로구성 수식은평가 (evaluate) 되어최종적으로 1 개의결과값이됨 피연산자 : 상수, 변수, 또다른수식 sum - 10 (a+b) / 2 연산자 2

Microsoft PowerPoint - 제11장 포인터

슬라이드 1

PowerPoint 프레젠테이션

Microsoft PowerPoint - ch 전처리기, 다중 소스파일 pm1015

ch15

Microsoft PowerPoint - Chapter_08.pptx

PowerPoint 프레젠테이션

<4D F736F F F696E74202D20C1A63134C0E520C6F7C0CEC5CD5FC8B0BFEB>

Microsoft PowerPoint - Chapter8.pptx

Microsoft PowerPoint - gnu-w10-c-chap12

PowerPoint 프레젠테이션

Microsoft PowerPoint - ch08 - 구조체 (structure) am0845

11장 포인터

슬라이드 1

5.스택(강의자료).key

Microsoft PowerPoint - chap10-함수의활용.pptx

금오공대 컴퓨터공학전공 강의자료

歯7장.PDF


chap7.PDF

기초컴퓨터프로그래밍

1장. 유닉스 시스템 프로그래밍 개요

Microsoft PowerPoint - chap02-C프로그램시작하기.pptx

1.1.1 컴퓨터의 구성 p.19

Infinity(∞) Strategy

<4D F736F F F696E74202D20C1A63132B0AD20B5BFC0FB20B8DEB8F0B8AEC7D2B4E7>

<4D F736F F F696E74202D20C1A63137C0E520B5BFC0FBB8DEB8F0B8AEBFCD20BFACB0E1B8AEBDBAC6AE>

쉽게 풀어쓴 C 프로그래밍

2015 개정교육과정에따른정보과평가기준개발연구 연구책임자 공동연구자 연구협력관

이번장에서학습할내용 구조체란무엇인가? 구조체의선언, 초기화, 사용 구조체의배열 구조체와포인터 구조체와함수 공용체 열거형 typedef 구조체는복잡한내용을일목요연하여정리하는데유용하게사용됩니다. 2

13주-14주proc.PDF

슬라이드 1

Microsoft PowerPoint - Lesson12.pptx

슬라이드 1

Transcription:

if( ) ;

if( sales > 2000 ) bonus = 200; if( score >= 60 ) printf(".\n"); if( height >= 130 && age >= 10 ) printf(".\n"); if ( temperature < 0 ) printf(".\n"); // printf(" %.\n \n", temperature); //

if( score >= 60 ) { printf(".\n"); printf(".\n"); }

// if #include <stdio.h> int main(void) { int number; printf(" :"); scanf("%d", &number); if( number > 0 ) printf(".\n"); if( number == 0 ) printf(" 0.\n"); if( number < 0 ) printf(".\n");.\ } return 0;

// if #include <stdio.h> int main(void) { int number; printf(" :"); scanf("%d", &number); if( number % 2 == 1 ) printf(".\n"); if( number % 2 == 0 ) printf(".\n"); return 0; }

// if #include <stdio.h> int main(void) { int number; printf(" :"); scanf("%d", &number); if( number < 0 ) number = -number; printf(" %d.\n", number); } return 0; :-5 5.

날씨가좋은가? 거짓 참 테니스를친다. 공부를한다. if( ) 1; else 2;

if ( score >= 60 ) printf(".\n"); else printf(".\n"); if ( score >= 60 ) { printf(".\n"); printf(".\n \n"); } else { printf(".\n"); printf(".\n"); }

// if-else. #include <stdio.h> int main(void) { int number; printf(" :"); scanf("%d", &number); if( number % 2 == 0 ) printf(".\n"); else printf(".\n"); } return 0;

// 0 if-else #include <stdio.h> int main(void) { int n1, n2, n3; printf(" : "); scanf("%d", &n1); printf(" : "); scanf("%d", &n2); if( n2 == 0 ) // 0 { printf("0.\n"); } else { n3 = n1 / n2; // printf(" %d.\n", n3); } return 0; }

// #include <stdio.h> int main(void) { int year; printf(" : "); scanf("%d", &year); if((year % 4 == 0 && year % 100!= 0) year % 400 == 0) printf("%d.\n \n", year); else printf("%d.\n", year); } return 0;

if( 1 ) if( 2 ) ;

if( score > 80 ) if( score > 90 ) printf(" A.\n \n"); if( score > 80 ) if( score > 90 ) printf(" A.\n"); else printf(" B.\n");

당신의학점은 입니다 당신의학점은 입니다 if( score > 80 ) { if( score > 90 ) printf(" A.\n"); } else printf(" A B.\n");

if( score > 80 ) { if( score > 90 ) printf(" A.\n"); else printf(" B.\n"); } else { if( score > 70 ) printf(" C.\n"); else printf(" D F.\n"); }

#include <stdio.h> int main(void) id) { int n1, n2, n3, min; printf(" 3 :"); scanf("%d %d %d", &n1, &n2, &n3); } if( n1 < n2 ) if( n1 < n3 ) min = n1; else min = n3; else if( n2 < n3 ) min = n2; else min = n3; printf(" %d \n", min); return 0;

if( 1 ) 1; else if( 2 ) 2; else if( 3 ) 3; else 4;

if (score >= 90) printf(": A\n"); else if (score >= 80) printf(": B\n"); else if (score >= 70) printf(": C\n"); else if (score >= 60) printf(": D\n"); else printf(" : F\n");

#include <stdio.h> int main(void) { int score; printf(" : "); scanf("%d", &score); if (score >= 90) printf(": A\n"); else if (score >= 80) printf(": B\n"); else if (score >= 70) printf(": C\n"); else if (score >= 60) printf(": D\n"); else pintf(" : F\n"); printf(" : F\n"); return 0; }

// #include <stdio.h> int main(void) { char ch; printf(" : "); scanf("%c", &ch); if( ch >= 'A' && ch <= 'Z' ) printf("%c.\n", ch); else if( ch >= 'a'' && ch <= 'z'' ) printf("%c.\n", ch); else if( ch >= '0' && ch <= '9' ) printf("%c.\n", ch); else printf("%c.\n", ch); return 0; }

// #include <stdio.h> int main(void) id) { char op; int x,,y; printf(" : "); scanf("%d %c %d", &x, &op, &y); } if( op == '+' ) printf("%d %c %d = %d \n", x, op, y, x + y); else if( op == '-' ) printf("%d %c %d = %d \n", x, op, y, x - y); else if( op == '*' ) printf("%d %c %d = %d \n", x, op, y, x * y); else if( op == '/' ) printf("%d %c %d = %d \n", x, op, y, x / y); else if( op == '%' ) printf("%d %c %d = %d \n", x, op, y, x % y); else printf(". \n"); return 0;

int main(void) id) switch(number) { { int number; case 0: scanf("%d", &number); printf("\n"); ") break; case 1: if( number == 0 ) printf("\n"); printf("\n"); break; else if( number == 1 ) case 2: printf("\n"); ") else if( number == 2 ) printf(" \n"); else printf("\n"); } } printf( \n"); break; default: printf("\n"); break;