Control Structure
Control structure means control over the statement. A program may consist of the number of statements. These statements executed in the order of its appearance. The statement which specifies order to execute any task is called control structure. The control of statements depends upon the programmer requirements.
Frequently asked programming question on control statement:
7.Write a C++ program to calculate the sum of first n natural number, where n is entered by the user.
Thanks
Mukesh Rajput
Post A Comment:
0 comments: