Skip to content

  • Home

Tag: c

create a variable type that is renamed from another in c

October 17, 2025
 |  No Comments
 |  C, information, typedef
in the .c file after the #include: example: String is an alias for char*, that is, a syntactical replacement To create a variable: It is […]

preprocessor in c

October 15, 2025
 |  No Comments
 |  C, information, preprocessor, preprocessor-directives
When you translate the source code in .c you transform it into machine code When creating an executable from a C file, there are 2 […]

include in c (preprocessor directive)

October 13, 2025
 |  No Comments
 |  C, information, preprocessor-directives
The #include directive in C tells the preprocessor to look for a header file (.h) and copy its contents into the source file (.c) The […]

preprocessor directives in c: include guard

 |  No Comments
 |  C, information, interface, preprocessor-directives
files are included without causing conflicts The Problem: Multiple Inclusion The compiler only allows structures, functions or types to be defined once The following three […]

structs in C

October 12, 2025
 |  No Comments
 |  C, information, struct, structure, typedef
Using structs allows you to group variables of different data types under a single name. It’s the primary tool in C for creating complex user-defined […]

Posts navigation

Back 1 2 3 Next

Categories

Theme By SKT Minimal