Programming concepts, OOPs, Data Structures, C, C++, Java, JS, Python, and more
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
b: The real keyword is "extern" and it is used for declaring variables defined outside of the current file.
That is correct.
b: The real keyword is "extern" and it is used for declaring variables defined outside of the current file.
ReplyDeleteThat is correct.
Delete