개발관련
Printf & Scanf
blesscdh
2008. 5. 9. 16:17
printf()
![]() ![]() |
![]()
ex) printf("%d + %d= %d\n",10,20,30);
출력결과 10+20=30 ![]()
![]()
|