Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Misc
7.7K+ articles
C Language
1.3K+ articles
C-Storage Classes and Type Qualifiers
11+ articles
C Keyword
2 posts
Recent Articles
Popular Articles
_Generics Keyword in C
Last Updated: 22 April 2026
The _Generic keyword in C is used to implement a generic code that can execute statements based on the type of arguments provided. It can be implemented with C macros to i...
read more
Misc
C Language
C Keyword
extern Keyword in C
Last Updated: 23 July 2025
In C, the extern keyword is used to declare a variable or a function whose definition is present in some other file. Basically, it extends the visibility of the variables ...
read more
C Language
C-Storage Classes and Type Qualifiers
C Keyword