Computer Science, asked by bloomstudy917, 20 hours ago

if statement: definition,syntax and programs​

Answers

Answered by sunprince0000
0

Answer: Syntax. The syntax of an 'if' statement in C programming language is − if(boolean_expression) { /* statement(s) will execute if the boolean expression is true */ }

Similar questions