-6

I read on a book of C Language "LET US C" that certain keywords can be used as an identifier but i don't know how. CAN ANY ONE HELP ?

1 Answers1

1

You are not allowed to use a keyword as an identifier in C, with the exception of macro names and macro parameters.

ouah
  • 142,963
  • 15
  • 272
  • 331