Menu
Examples
HTML
HTML5
CSS
CSS3
JavaScript
jQuery
AngularJS
Articles
Tech Articles
Articles
Blog
Interview Questions
Computer Science
Civil Engineering
Mechanical Engineering
ECE
EEE
Other Interview Questions
QUIZ (or) MCQ
S/W (or) Computer Science
Civil Engineering
Mechanical Engineering
ECE
EEE
Aeronautical & Aerospace
Programs
C Language
C++ (or) CPP
Java
Python
PHP
S/W Tutorials
References
Practice Templates
PHP Projects
Bootstrap 3 Plugins
Bootstrap 4 Plugins
Competitive Exams
Current Affairs MCQ
Monthly Current Affairs MCQ
Today GK
General Knowledge
Verbal Ability
Mental Ability
UPSC
UPSC Previous Questions
UPSC 2023
UPSC 2022
UPSC 2021
UPSC 2020
UPSC 2019
Articles
Tech Articles
Articles
Blog
Marketing Management
School Mathematics
Quadratic Equations
Prime Numbers
Factorial Numbers
Fibonacci Numbers
Code Editor
IPC Sections
Keywords in C Language
Home
Tutorials
Keywords in C Language
A keyword is a reserved word. You cannot use it as a variable name, constant name etc. There are only 32 reserved words (keywords) in C language. No header file is needed to include the keywords.
A list of 32 keywords in c language is given below :
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while
C - Language Tutorial
C Language Introduction
C Language Features
C Language First Program
Compile the C Program
C Language Variables
C Language Data Types
C Language Keywords
C Language Printf & scanf
C Language Operators
Arithmetic Operators
Assignment Operators
Increment and Decrement Operators
Relational Operators
Logical Operators
Conditional Operators
Bitwise Operators
Special operators
Operator - precedence & Associativity
C Language Type Casting
Type Conversion
Implicit Type Conversion
Explicit Type Conversion
Control Structures / Statements
Control Structures / Statements
Decision Making Statements
Loop control statements
Unconditional Control Statements
C Language Arrays
Arrays Introduction
One – Dimensional Arrays
Two - Dimensional Arrays
Multi - Dimensional Arrays
C Language Strings
Strings Introduction
String I/O functions
String Handling Functions
C Language Functions
Functions Introduction
Library or Built-in functions
User-defined functions
C Language Recursion
C Language Pointers
Pointers Introduction
Reference operator (&)
De-reference operator (*)
Void Pointers
Null Pointer
Pointer and functions
Pointer and arrays
Pointer and Character array
Pointer Arithmetic
Memory allocation systems
C Language Structures
Structures Introduction
Nested structure
Pointer to a structure
Array of structures
C Language Unions
C Language Enumeration
C Command line arguments
C Language Error Handling
C Language File Handling
File Handling Introduction
Opening a file
Closing a file
getc() and putc() functions
getw() and putw() functions
fscanf() and fprintf() functions
fgets() and fputs() functions
ftell() and fseek()
Interview Questions
C-Language Interview Questions
C-Language Quiz
C-Language Quiz
C - Language Examples
C - Language Programs