C Language Exercise Class – Day 13
01 The followingcannot be defined as a user identifier: A) man B) _0 C) _int D) sizeof Answer: D Explanation: Among the given options, sizeof is a keyword in C language used to calculate the number of bytes occupied by a data type or variable. Since keywords cannot be used as user identifiers, The naming … Read more