| Share this post! | Vote this! |
|
C language programes are executed in a sequence, but we can control
the execution of C program by using any control mechanism by which we
can compare things and come to a decision. This involves using some
operations called Relational Operators, conditional statements called if-else and loops. We have fundamental operators to compare two values.
These relational operators compare two values and return true or false after comparison. We can use the relational operators to compare values of any basic data type, so all we need is to modify the behavior of the program.
These relational operators compare two values and return true or false after comparison. We can use the relational operators to compare values of any basic data type, so all we need is to modify the behavior of the program.
“The relational operators compare two values of any basic data type and return true or false after comparison.” more..




0 comments:
Post a Comment