Microprocessors - Engineering

Q1:

Which of the following is not a valid character constant in C?

A 'A'

B '2'

C '='

D 2

ANS:D - 2

Character constant must be enclosed within single inverted commas.