Question: What is the name of the control structure used to stop any loop prematurely and only exit out of the loop, not affecting the running of the rest of the program?

Options

A : The continue statement

B : The break statement

C : The exit statement

D : The purge statement

Click to view Correct Answer

Exam Quiz App on Google Play

Previous || Next

Compilation more questions

What is the use of the Arduino.h header file?

Where does the Arduino IDE search if it needs to....

After the compilation process, the file containing the assembly instructions....

How to view each command that gets executed during the....

What is the .d file format's use in C?

Which of the following control structures is an exit-controlled loop?

Which of the following file format is generated once the....

Why does every compilation of a source code in Arduino....

Can the break statement be used to abort a program?

How many bits of memory does the bool datatype occupy?

Adafruit FONA 3G+GPS Breakout more Online Exam Quiz

Advanced Input Output

ADXL335 Accelerometer Sensor

Analog Input Output

Board Hardware Specifications

Board Pinout Structure

Control Structures

Datatypes

Digital Input Output

ESP8266 Wifi Module

Finding Out Program Outputs