정처기

정처기 4과목 2장 정리

수연정 2024. 2. 17. 15:51

자료형

-char

-int, long(8byte)

-float, double(8byte)

-bool

 

python 자료형

-리스트

-튜플

-range

 

변수명 작성 규칙

-첫글자 영문자나 언더바

-특수문자 불가능

 

비트연산자

-& (and), ^(xor), |(or)

-~(not)

-<< 왼쪽 시프트 2^n을 곱한것과 같음

->> 오른쪽 시프트 2^n 나눈것과 같음

 

scanf 함수

-scanf("%d" ,&a);

 

파이썬

- 귀도 반 로썸

- 인터프리터 언어

 

쉘 스크립트

-bash shell, bourne shell, c shell, korn shell

-if, case, for, while, until

 

<stdio.h>

-입출력

 

<stdlib.h>

-자료형 변환

-난수 발생

-메모리 할당

 

<string.h>

-strlen, strcpy, strcmp