Computer Science, asked by engcarrion5361, 9 months ago

Which is not a keyword in c?

Answers

Answered by Gaganpreetramgharia
3

Answer:

Keyword is predefined, reserved words are used in programming that have special meaning to the compiler. Keywords are part of the syntax and they cannot be used as an identifier. For example: As C is case sensitive language, all keywords must be written in lower case.

Hope it's helpful................

Similar questions