Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

C if...else Statement

if (test expression) {
    // run code if test expression is true
}
else {
    // run code if test expression is false
}
Source by www.codewithharry.com #
 
PREVIOUS NEXT
Tagged: #C #Statement
ADD COMMENT
Topic
Name
6+1 =