Control Structures The basic operations of a C/C++ programming language are specified using the following statements or structures FOR MORE CLASSES VISIT www.tutorialoutlet.com
Control Structures The basic operations of a C/C++ programming language are specified using the following statements or structures: the input statement the output statement the assignment statements the single-way selection structure the two-way selection structure the multiple-way selection structure the counter-controlled iteration structure, and the logically-controlled iteration structure. The single-way selection, the two-way selection, the multiple-way selection, the countercontrolled iteration and the logically-controlled iteration are collectively called control structures. The specification of a controlled structure depends on a logical expression called condition. Controlled structures may also be specified using the following flowchart symbols: Flowchart Symbols