C keywords
  • References/C, C++/C/C keywords

This is a list of reserved keywords in C. Since they are used by the language, these keywords are not available for re-definition.

2025-01-10 15:47:30
Order of evaluation
  • References/C, C++/C/C language

Order of evaluation of the operands of any C operator, including the order of evaluation of function arguments in a function-call expression, and the order of evaluation of

2025-01-10 15:47:30
C memory management library
  • References/C, C++/C/Dynamic memory management

Functions Defined in header <stdlib.h>

2025-01-10 15:47:30
Conversions
  • References/C, C++/C/C language

Several operators convert operand values from one type to another automatically. This subclause specifies the result required from such an implicit conversion, as well as those

2025-01-10 15:47:30
Functions
  • References/C, C++/C/C language

A function is a C language construct that associates a compound statement (the function body) with an

2025-01-10 15:47:30
Common mathematical functions
  • References/C, C++/C/Numerics

Functions Defined in header <stdlib.h>

2025-01-10 15:47:30
atexit
  • References/C, C++/C/Program support

Defined in header <stdlib.h>

2025-01-10 15:47:30
Memory model
  • References/C, C++/C/C language

Defines the semantics of computer memory storage for the purpose of the C abstract machine. The data storage (memory) available to a C program

2025-01-10 15:47:30
_Noreturn
  • References/C, C++/C/C keywords

Usage _Noreturn

2025-01-10 15:47:30
pow
  • References/C, C++/C/Numerics

Defined in header <math.h>

2025-01-10 15:47:30