2012-02-29 3 views
-3
#include <stdio.h> 
#include <stdlib.h> 
int main() 

{ 
char *str="Helloworld"; 
printf("%d",printf("%s",str)); 
return 0; 
} 

출력은 기타 제로추가 제로 출력으로

답변

1

printf는 쓰여진 문자 수를 반환합니다.