인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

uuiiuut6148's profile image
uuiiuut6148

asked

C Programming - From Introduction to Game Development

Double loop (inverted star)

거꾸로 별 이해

Written on

·

249

0

거꾸로 별에서 for문이 3번 쓰이는데 아래와 같이 이해하면 되는지 문의 드립니다.

순차적 실행으로 j가 다 실행되고나서 k가 실행되므로 j가 4가되어 for문을 탈출했을 때 k가 실행됨

c

Answer

This question is waiting for answers
Be the first to answer!
uuiiuut6148's profile image
uuiiuut6148

asked

Ask a question