C: loop int 초기 선언용 다음 gcc 오류에 대해 누가 좀 더 자세히 설명해 주시겠어요? $ gcc -o Ctutorial/temptable.out temptable.c temptable.c: In function ‘main’: temptable.c:5: error: ‘for’ loop initial declaration used outside C99 mode temptable.c: ... /* print Fahrenheit-Celsius Table */ main() { for(int i = 0; i