Saturday 21 May 2011

Relational Operators

Relational Operators are the vocabulary, the program uses to ask questions about variables. The relational operators in C look much like those in other languages. These are six of them:


<     less than
>     greater than
<=   less than or equal to
>=   greater than or equal to
==   equal to
!=    not equal to




If you have any question, you can ask me freely!

2 comments:

raghav said...

hey hiii muzammil,raghav here... friend i m stuck in a programming where four condition has been given and each n every condition has to be true. i am using and operator but its not working as it is skipping the loop and it print nothing. plz need ur help.
regards raghav

MuzammilVersiani said...

Hey Raghav thanks for the comment...
But let me know what exactly is your problem I mean can you explain me what you want? You program code

Post a Comment