Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

c if-else

if ( condition to be checked) {

   Statements-if-condition-true ;

}

else{

statements-if-condition-false ;

}
Source by www.codewithharry.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
2+2 =