# C語言題庫-057 請寫出下列代碼的輸出內容 ``` #i nclude<stdio.h> main() { int a,b,c,d; a=10; b=a++; c=++a; d=10*a++; printf(“b,c ,d:%d,%d,%d”,b,c,d ); return 0; } ``` 【標準答案】10,12,120
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up