The difference between x and ‘x’ is?
Posted: Wed Jul 13, 2022 7:51 pm
a) The first one refers to a variable whose identifier is x and the second one refers to the character constant x
b) The first one is a character constant x and the second one is the string literal x
c) Both are same
d) Both are string literal
b) The first one is a character constant x and the second one is the string literal x
c) Both are same
d) Both are string literal