answersLogoWhite

0


Best Answer

differance between control statement and looping statement?

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine

Add your answer:

Earn +20 pts
Q: What is difference between control statements and looping statements in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Is The Difference Between Control and Uncontrolled statements?

ctrl statements ctrl the flow of pgrm execution with the given condisn but ctrl transfer statemens causes the change in pgrm flow without any condisn....


What is the difference between feedback and control?

difference between feedback and control


What is sql statements?

SQL in database is short for structured query language. There are four types of SQL statements which are as follows : 1) Data retrieval language 2) Data manipulation language 3) Data control language 4) Data definition language


Can you provide examples of analytical statements in your research findings?

Analytical statements in research findings are statements that interpret and explain the data collected. For example, "The data suggests a correlation between exercise frequency and mental health outcomes" or "The results indicate a significant difference in test scores between the experimental and control groups."


Difference between intersegment and intrasegment jump?

Intrasegment jumps are always between statements in the same code segment. Intersegment jumps can transfer control to a statement in a different code segment. Dr Zeeshan


What are the various control statement in C language?

Control statements are the statements that control the flow of program execution. For eg: loops: For, While, Do-While, decision making using if-then-else or switch-case and there's goto to transfer control.


What is the major difference between control process and process control?

Difference between control process and process control is that system control process is typically the large scale version of where process control is used.


What is the difference between inventory control and inventory planning?

Their is no Difference


What is the difference between strategic control and financial control?

Define staregic control and financial control


Difference between coordination and control mixed?

differentiate coordination and control


Statistical process control?

Explain the difference between capability and control.


Control statement in c plus plus?

Control statements are statements that alter the flow of execution according to the evaluation of an expression (the condition). The C++ control statements are ifstatements, switch statements and the tertiary conditional operator, ?:.