정수는 %d, 실수는 %lf, ‘A’ -> 문자, %c 사용. “A” -> 문자열, %s 사용. 정수는 int. unsigned : 보통 음수까지 고려하여 저장하는데, unsigned는 음수 무시하게 해서 저장공 간을 거의 두배로 쓸 수 있다. 음수가 없는 데이터만을 저장할 때 사용한다. 실수는 float,double,long double. 문자열의 끝에는 널문자가 자동으로 추가된다. 널문자 만나면 끝나는 것.
You can add this document to your study collection(s)
You can add this document to your saved list
(For complaints, use another form )
Input it if you want to receive answer
Rate us