"ab" + \'c\' // String + char "ab" + "c" // String + String of single char
What is the difference between these expres