answersLogoWhite

0

In C Programming, double quotes are used to indicate String literal.

char *s = "Hello World";

Where as single quotes are used to indicate a single character.

char x = 'a';

User Avatar

Wiki User

11y ago

What else can I help you with?