Computer Science, asked by aditys2838, 1 year ago

A condition that must be true on exit from a member function if called as

Answers

Answered by Hurricane1
0
what t ype condition,
Answered by wajahatkincsem
0
Hi thank you for asking the question !!

A condition that must be true on exit from a member function "if" is called as conditional statement.
For loop use conditional statement, do while loop use conditional statement, for each loop use conditional statement, if/else they all use conditional statements.
All programming languages work through conditional statements and run the code structures within the function or program.
i hope it will help.
Similar questions