How to compare strings in C [duplicate]

0

Hello, I would like to know how Strings compare to C with the "==" operator. I program in Java, and to compare Strings, we use the "equals" Example "myAttribute.equals (" Text to be compared ")" In C language, can I use the "=="? When can I use it? What can I use instead?

    
asked by anonymous 31.08.2018 / 00:55

0 answers