how can i pick up largest no from 5 rows by 5 column matrix????
Depends on how you measure your 'no's.
If it is by font size, then you will have to
rely on your OS/GUI to determine their sizes,
which is off-topic for this group.
If it is by number of characters, then it
should always be 2. If you allow usage
of foreign versions of 'no', then you will
need to use strlen(), and a dictionary lookup
to select just those words defined to be
'no'.
If you are using some other form of
measurement, please give us a better set of
specifications.
Since this sounds like a homework assignment,
please give us your teachers address to send
the responses to.