Search This Blog

Sunday, April 27, 2025

C keyword or not?

 Which of the following is NOT a C programming language keyword?

a) auto

b) external

c) sizeof

d) volatile


Created by Nancy N

@18:24 27-Apr-2025



2 comments:

  1. b: The real keyword is "extern" and it is used for declaring variables defined outside of the current file.

    ReplyDelete