answersLogoWhite

0

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....

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is difference between control statements and looping statements in c language?

differance between control statement and looping statement?


What is the difference between feedback and control?

difference between feedback and control


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 is a another word for without control?

uncontrolled


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 controlled redundancy and uncontrolled redundancy?

Controlled redundancy refers to intentionally duplicating certain components in a system to ensure reliability and fault tolerance, whereas uncontrolled redundancy occurs unintentionally due to inefficient processes or lack of coordination. Controlled redundancy is planned and managed to enhance system performance, while uncontrolled redundancy can lead to inefficiencies and waste of resources.


What is the difference between strategic control and financial control?

Define staregic control and financial control


Statistical process control?

Explain the difference between capability and control.


Difference between coordination and control mixed?

differentiate coordination 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, ?:.