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?