What will be the syntax of 'IF' ?????
Answers
Answered by
3
Hey mate!
Here's your answer!
The syntax for 'if' statement:
>>>if<conditional expression>:
statements
Hope it helps :)
kavyarajput792000:
What is this.. It's wrong..
Answered by
0
According to google "Syntax. If the Boolean expression evaluates to true, then the if block will be executed, otherwise, the else block will be executed. C programming language assumes any non-zero and non-null values as true, and if it is either zero or null, then it is assumed as false value."]
(Im not mart enough to answer this :( )
Similar questions