|
김윤동.제라툴 님이 쓰신 글 :
: 완전 OTL -_-
:
: 형입김 님이 쓰신 글 :
: : 4. 다음 프로그램을 실행하면 어떤 결과가 출력되는가?
: :
: : #include <stdio.h>
: : #define A 100
: :
: :
: : main(){
: : int a;
: : int b;
: : a = A + 20;
: : b = a + 50;
: : a = a + b;
: : prontf("%d",a); <----printf
: : }
: :
: : 5. 아래 프로그램에서 틀린 부분을 모두 찾아내시오.
: : #include <stdio.h>
: : Main{}
: : (
: :
: : int a;
: : int b;
: : int c; d;
: : a = 5;
: : b = 3;
: : c = a + b;
: : d = c * 3;
: : printf("%d %d\n",a,d);
: : )
: :
: : 휴....이게끝이에요..부탁점드릴게요
: : 그리구 \ < 역슬러쉬에용
|