로그인 유지
printf는 n만큼 space 넣은 다음에 m을 출력,
scanf는...
*
An optional starting asterisk indicates that the data is to be retrieved from stdin but ignored, i.e. it is not stored in the corresponding argument.
이렇게 되어있는데, 입력용으로 사용하는게 아닌듯
이런것도 있어요~
printf("%.*s", 3, "blending");
출력: ble
여기에 파일을 끌어 놓거나 왼쪽의 버튼을 클릭하세요.
파일 용량 제한 : 0MB (허용 확장자 : *.*)
업로드 중... (0%)
printf는 n만큼 space 넣은 다음에 m을 출력,
scanf는...
*
An optional starting asterisk indicates that the data is to be retrieved from stdin but ignored, i.e. it is not stored in the corresponding argument.
이렇게 되어있는데, 입력용으로 사용하는게 아닌듯
이런것도 있어요~
printf("%.*s", 3, "blending");
출력: ble