Multiple Choice
In the C programming language,which statement tells the compiler to keep doing what is in the brackets over and over and over?
A) loop($)
B) continue
C) do(forever)
D) for(;;)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: UNIX was first written in assembly language.However,it
Q23: Which of the following takes you from
Q24: Most programming languages have a way to
Q25: Match each item with a statement below.<br>-Writing
Q26: Which of the following is a markup
Q28: Which of the following logical operators in
Q29: In programming,what are variables used for?
Q30: Match each item with a statement below.<br>-Program
Q31: What is the relationship between algorithms,pseudocode,and a
Q32: Why is documenting computer programs essential?