adplus-dvertising
frame-decoration

Question

The difference between x and ‘x’ is

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 second one is the string literal x

c.

Both are same

d.

None of the mentioned

Answer: (a).The first one refers to a variable whose identifier is x and the second one refers to the character constant x

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The difference between x and ‘x’ is