Control statement in c language
🔺Control Statement in c :- Control statement are those statement ,which change the normal follow of the program.These statement are used to transfer the control of the program from one position to a specified position . In c language there are following control statements.
1. Decision making statement
2. Looping statement
1. Decision making statement :- Decision making control statement are those statement which help the make the decision . There are following decision meaking contro statement in C language .
(A) If (B) If else (C) If else if (D) Switch case (E) Nested if
2. Looping statement :- Looping statement are those statement which perform a particular task again - again . While specific condition is true a specific number of time .
These are bacsically two types of looping statement .
(A) Counter control loop
(B) conditional control loop
lets as discus all about the next blog.
No comments
Post a Comment