C語言的關鍵語句是什麼?
最佳回答:
32個關鍵字:
auto break case char continue
const default do double else
enum extern float for goto
if int long register return
short signed sizeof static struct
switch typedef unsigned union void
volatile while
9種控制語句:
if( )~else~
for( )~
while( )~
do~while( )
continue
break
switch
goto
return