Computer Science, asked by Munawwar3234, 1 year ago

Standard ANSI C recognizes ______ number of keywords?
A.30
B.32
C.24
D.36

Answers

Answered by Anonymous
5
hiii dear

ur answer

D .36
Answered by ankhidassarma9
2

Answer:

Standard ANSI C recognizes 32 number of keywords.

Explanation:

  • Keywords are those words whose meaning has already been explained to the C compiler.
  • The Keywords cannot be used as variable names because if we do so we are trying to assign a new meaning to the Keyword, which is not allowed by the compiler.
  • There are 32 Keywords available in Standard ANSI C.  

    Few are : auto, double,if, static , break, int, case.

Similar questions