answersLogoWhite

0


Best Answer

A compound statement consists of none or more C++ statements enclosed within a set of braces: {}. It is an essential concept in C++ and is central to the idea of nesting constructs. For example, the if statement has the form:-

if ( expression ) statement

which would severely limit its use were it not for the fact that a compound statement is itself a statement. Consequently any number of statements can be enclosed within a set of braces, including other if and compound ones, and the resulting compound statement used with the if statement. For example:-

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

1w ago

A compound statement is a logical statement that combines two or more simpler statements using logical connectives (such as "and," "or," "not"). The truth value of a compound statement is determined by the truth values of its component statements and the logical operators used to connect them.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a compound statement?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a compound statement in programming?

A compound statement is a code block. We typically use compound statements as the body ofanother statement, such as a while statement:while (i >= 0){a[i] = x;++x;--i;}Note that all compound statements are surrounded by braces {}.


What is the truth or falsity of a statement is called its?

compound statement


What is java compound statement?

A compound statement is a group of statements enclosed in braces, i.e curly brackets. A compound statement is a group of statements enclosed in braces, i.e curly brackets.


What is the difference between blocks and compound statements?

A compound statement is a single statement which combines the work of multiple individual statements. A block is a collection of individual statements. Block: ++i; x = i; Compound statement: x = ++i;


Is a simple statement is sometimes called a compound statement?

YEs


What is compound statement in c plus plus program?

A compound statement is a code block. We typically use compound statements as the body ofanother statement, such as a while statement:while (i >= 0){a[i] = x;++x;--i;}Note that all compound statements are surrounded by braces {}.


Is C function a compound statement?

yes


The truth or falsity of a statement is called?

compound


Is statement a compound word?

Yes, "statement" is a compound word made up of "state" and "ment."


What is a compound statement formed by joining two statements with the connector OR?

The new statement is called a "disjunction"


How many expressions are there in if statement?

One: if (expression) statementOf course 'statement' can be another expression, or can be a compound statement containing countless expressions, or can be another if...


Which statement describes a chemical property that can be used to distinguish between compound A compound B?

For example the chemical reactivity.