answersLogoWhite

0

Control statement in c plus plus?

User Avatar

Anonymous

11y ago
Updated: 8/19/2019

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

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Basic control structure available in c plus plus?

The basic control structure in C++ is the if statement.


Which statement is not frequently used in C plus plus?

The goto statement.


What is the deffernce of the switch statement and the if statement in c plus plus?

If statement is single selection statement,whereas the switch statement is multiple selective.


A c plus plus statement that invokes a function is known as?

...a function call.


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

differance between control statement and looping statement?


Which statement in C plus plus is used to implement a decision structure in its simplest form-that of choosing between two alternatives?

if (condition) statement else statement;


What is the function of visual c plus plus switch condition?

The switch / case statement.


What is the character used at the end of executable statements in C plus plus?

The semi-colon converts a C++ expression into a statement.


What is the purpose of break statement in c?

The break statement exits control of the innermost for, while or do-while loop, or switch statement.


How can write the name in c plus plus language without using cout statement?

I believe, you can use C-function - printf().


Can you see a programme of if syntax in c plus plus?

My self Dhilib... it is a simple query. if statement is a basic control statement. mostly it used in all the languages. also in c plus plus syntax: if(test condition) { true statements; } else { false-statements; } Example: void main() { int a,b; a=54; b=65; if(a>b) { cout<<" a value is big"; } else { cout<<"b value is big"; } }


What is Counter Control in C plus plus?

Anybody can Help me PLEASE