What will be the Output of following condition statement? A=5 > 5? 10:25
Answers
Answered by
3
Output for the given statement would be 25.
These statements are known as conditional statements.
Conditional statements are those which can be executed when there are conditions placed.
They are mostly used to execute that kind of statements where there are more than one options.
These conditional statements are used in many programming languages like C, C++ etc.,
Similar questions