case sensetive
how can we compare two strings ignoring case sensitive issue and without using any built in function
Convert the string to lower case before comparing the strings is one option.
Use the functions toupper()
or tolower()
Topic archived. No new replies allowed.