【单选题】【消耗次数:1】
当在程序中执行到( )语句时,只结束本层循环类语句或switch语句的执行。
continue
break
goto
return
参考答案:
复制
纠错
相关题目
【单选题】 当在程序中执行到( )语句时,只结束本层循环类语句或switch语句的执行。
①  continue
②  break
③  goto
④  return
【单选题】 当在程序中执行到( )语句时,将结束所在循环语句中循环体的一次执行。
①  continue
②  break
③  goto
④  return
【单选题】 当在程序中执行到( )语句时,将结束所在循环语句中循环体的一次执行。
①  continue
②  break
③  goto
④  return
【判断题】 在switch结构中,每一个case块的结束必须有break或goto语句。
①  正确
②  错误
【单选题】 在程序中执行到( )语句时,将结束所在函数的执行过程,返回到调用该函数的位置。
①  continue
②  break
③  goto
④  return
【单选题】 在程序中执行到( )语句时,将结束所在函数的执行过程,返回到调用该函数的位置。
①  continue
②  break
③  goto
④  return
【单选题】 在循环语句的循环体中,break语句的作用是()。
①  继续执行break语句之后的循环体各语句
②  提前结束循环,接着执行该循环后续的语句
③  结束本次循环
④  暂停程序的运行
【单选题】 在switch语句的每个case块中,假定都是以break语句结束的,则此switch语句容易被改写为( )语句。
①  for
②  if
③  do
④  While
【单选题】 在switch语句的每个case块中,假定都是以break语句结束的,则此switch语句容易被改写为( )语句。
①  for
②  if
③  do
④  While
【单选题】 在循环语句的循环体中,continue语句的作用是(  )。
①  立即终止整个循环
②  继续执行continue语句之后的循环体
③  结束本次循环
④  结束本次循环并跳出循环
随机题目
【单选题】 The __________ feelings are good for health.
①  negative
②  positive
③  special
④  specific
【单选题】 Like Christmas,Chinese Spring Festival is also a festival for family___________.
①  reunion
②  event
③  surprise
④  meeting
【单选题】 — _________________________— Thanks! Its very kind of you to invite me.
①  How are you?
②  Happy Mid-Autumn Festival!
③  Do you like this festival?
④  Would you like something to have?
【单选题】 Tom is hard-working, so its _____________ that he won the match.
①  no wonder
②  a pity
③  a surprise
④  a mystery
【单选题】 The day is also known _________ the Moon Festival.
①  as
②  for
③  with
④  in
【单选题】 John was____ to the CFO of the company in China.
①  promoted
②  elected
③  chosen
④  asked
【单选题】 There is_______ coffee in this glass as in that one.
①  five times as many
②  five times as much
③  five times than
④  five times more
【单选题】 --I was quite surprised that I was elected as the chairman of the meeting.--________________________________
①  I think so.
②  You shouldnt surprise.
③  You are welcome.
④  You did an outstanding job and you really deserved it.
【单选题】 Hes responsible____the Sales Department.
①  for
②  to
③  with
④  on
【判断题】 Different cultures give different styles of response to compliment(赞美), for example, Chinese people are likely to say Thanks a lot .
①  正确
②  错误