answersLogoWhite

0


Best Answer

a sequence of statements enclosed by the begin and end reserved words

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

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

Which statement describes what the Greeks believed about the Oracle of Delphi?

She could accurately predict the future. (K12)


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 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 truth or falsity of a statement is called its?

compound statement


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;


What is a compound statement?

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.


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?

No. A compound word is formed from two separate words. In the word statement, "state" is a separate word, but "ment" is not a separate word.


What is a Delphi?

Delphi is a programming language :)