53. C언어에서 다음 코드의 결과 값은?
int main(void)
{
int x=3;
int resultxy;
resultxy= 1+x<<2;
printf("%d", resultxy);
return 0;
}
- 12

- 24

- 38

- 416

int main(void)
{
int x=3;
int resultxy;
resultxy= 1+x<<2;
printf("%d", resultxy);
return 0;
}




모든 문제들의 저작권은 원저작권자에게 있습니다. 본 사이트는 웹상에 공개되어 있는 문제만 모아서 보여드립니다.
저작권 안내 데이터 보호 안내 제휴 문의
copyright 2026 뉴비티::새로운 CBT 시스템 - newbt.kr (Listed on LeanVibe)