DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Understanding Heap Memory Allocation in C - sbrk and brk

Understanding Heap Memory Allocation in C - sbrk and brk

3
Comments
3 min read
Introduction to C Programming and Data Structure.

Introduction to C Programming and Data Structure.

2
Comments 6
7 min read
The Relevance of C in Building Efficient Operating Systems

The Relevance of C in Building Efficient Operating Systems

2
Comments 6
6 min read
Unleashing PostgreSQL's Potential: Easy C Extension Development for Beginners! Part-1

Unleashing PostgreSQL's Potential: Easy C Extension Development for Beginners! Part-1

2
Comments
2 min read
5 Reasons Why C is Still Worth Learning

5 Reasons Why C is Still Worth Learning

3
Comments
2 min read
Circle drawing algorithm in C

Circle drawing algorithm in C

3
Comments
4 min read
Working smarter instead of harder... in C!

Working smarter instead of harder... in C!

1
Comments
8 min read
Learning C programming again...

Learning C programming again...

3
Comments
4 min read
String copy in C

String copy in C

1
Comments
3 min read
Bit banging exercise in C

Bit banging exercise in C

Comments
4 min read
Rectangular array copy in C

Rectangular array copy in C

Comments
3 min read
TCP Connections in C: A Socket Programming Guide

TCP Connections in C: A Socket Programming Guide

10
Comments
4 min read
Why does the indexing of array start with ZERO in C?

Why does the indexing of array start with ZERO in C?

7
Comments 2
3 min read
ATtiny85 Programming: Your Complete Guide with Arduino and PlatformIO!

ATtiny85 Programming: Your Complete Guide with Arduino and PlatformIO!

25
Comments
4 min read
Compile C to WebAssembly (WASM) and run it in the browser

Compile C to WebAssembly (WASM) and run it in the browser

13
Comments
3 min read
Building Your Own Shell in C: A Journey into Command-Line Magic

Building Your Own Shell in C: A Journey into Command-Line Magic

4
Comments 1
2 min read
A Comprehensive Introduction to Variables in C Programming

A Comprehensive Introduction to Variables in C Programming

6
Comments 3
18 min read
Unleashing PostgreSQL's Potential: Easy C Extension Development for Beginners! Part-2

Unleashing PostgreSQL's Potential: Easy C Extension Development for Beginners! Part-2

1
Comments
2 min read
Ponteiros 🤮

Ponteiros 🤮

6
Comments
2 min read
How to Debug Apache AGE Source Code Using Apache Netbeans IDE

How to Debug Apache AGE Source Code Using Apache Netbeans IDE

6
Comments
5 min read
The Art of Clean Code: Mastering the Betty Style 🧑🏾‍💻

The Art of Clean Code: Mastering the Betty Style 🧑🏾‍💻

40
Comments 16
5 min read
Under the hood: The Importance of sizeof in C and C++

Under the hood: The Importance of sizeof in C and C++

1
Comments 5
7 min read
Setting Up CS50 Library Locally in Visual Studio Code

Setting Up CS50 Library Locally in Visual Studio Code

55
Comments 1
4 min read
Building a PostgreSQL Database Client with libpq in C: Connecting and Executing Queries

Building a PostgreSQL Database Client with libpq in C: Connecting and Executing Queries

21
Comments
8 min read
C da Struct, Union va Enum

C da Struct, Union va Enum

3
Comments
5 min read
Dinamik xotira | Dynamic Memory allocation

Dinamik xotira | Dynamic Memory allocation

4
Comments
4 min read
Function overloading in C: An Introspect

Function overloading in C: An Introspect

Comments
3 min read
Function overloading in C

Function overloading in C

1
Comments 1
3 min read
The Binary Search (Chop) Algorithm - with examples in C

The Binary Search (Chop) Algorithm - with examples in C

Comments
2 min read
Guide for starting out C and C++ Programming in Visual Studio Code

Guide for starting out C and C++ Programming in Visual Studio Code

7
Comments 3
8 min read
How to Configure Apache AGE and PostgreSQL for Debugging in Apache NetBeans IDE

How to Configure Apache AGE and PostgreSQL for Debugging in Apache NetBeans IDE

6
Comments
6 min read
Undefined Behavior in C and C++

Undefined Behavior in C and C++

9
Comments 6
8 min read
Conan by example for C

Conan by example for C

2
Comments
4 min read
Function Pointer in C

Function Pointer in C

Comments 1
3 min read
Understanding AGE SKIP and LIMIT Clauses.

Understanding AGE SKIP and LIMIT Clauses.

1
Comments
4 min read
Desktop application in C language

Desktop application in C language

20
Comments
2 min read
Unlocking the Potential of FORTIFY_SOURCE

Unlocking the Potential of FORTIFY_SOURCE

Comments
4 min read
Banker's Algorithm - Deadlock Avoidance

Banker's Algorithm - Deadlock Avoidance

6
Comments 1
6 min read
Dynamically Allocating 2D Arrays Efficiently (and Correctly!) in C

Dynamically Allocating 2D Arrays Efficiently (and Correctly!) in C

3
Comments 2
6 min read
How to Create a Calculator with C and Python

How to Create a Calculator with C and Python

8
Comments 5
8 min read
Display donut in the terminal

Display donut in the terminal

4
Comments
3 min read
Undefined Reference: The Internals of Object Files and Linking

Undefined Reference: The Internals of Object Files and Linking

Comments
6 min read
Howto turn a x86 binary executable back into C source code

Howto turn a x86 binary executable back into C source code

Comments
7 min read
What Does The Best Programming Language Really Mean: C Language

What Does The Best Programming Language Really Mean: C Language

Comments
10 min read
Read file into character array in C

Read file into character array in C

4
Comments 1
8 min read
C, C++, and C#: What is The Difference

C, C++, and C#: What is The Difference

9
Comments 9
6 min read
Exploring C: Grouping Anagrams Using Hash Tables

Exploring C: Grouping Anagrams Using Hash Tables

2
Comments
7 min read
Perfect Number Program in C

Perfect Number Program in C

6
Comments
1 min read
Left Shift Bitwise Operator in C Programming (Short Trick)

Left Shift Bitwise Operator in C Programming (Short Trick)

6
Comments
1 min read
right shift operator in c example (Short Trick) | Bitwise Operator

right shift operator in c example (Short Trick) | Bitwise Operator

6
Comments
1 min read
"Expected declaration or statement at end of input" in C [Solved]

"Expected declaration or statement at end of input" in C [Solved]

7
Comments
4 min read
Dangling Pointer between C and Go

Dangling Pointer between C and Go

Comments
2 min read
Should I Learn Math First, Then Rust or C, or Can I Learn Mathematics and Rust, C Simultaneously?

Should I Learn Math First, Then Rust or C, or Can I Learn Mathematics and Rust, C Simultaneously?

Comments 1
1 min read
How to Validate Credit Card Numbers Using the Luhn Algorithm in C

How to Validate Credit Card Numbers Using the Luhn Algorithm in C

49
Comments 2
4 min read
How I Built a Simple HTTP Server from Scratch using C

How I Built a Simple HTTP Server from Scratch using C

209
Comments 13
3 min read
Good CLI Design & Implementation

Good CLI Design & Implementation

1
Comments
11 min read
C is an imperative language.

C is an imperative language.

2
Comments 2
3 min read
Formalizing C Patterns: The Case for C++

Formalizing C Patterns: The Case for C++

Comments
6 min read
Creating a Mini C Compiler using Lex and Yacc [Part 1]

Creating a Mini C Compiler using Lex and Yacc [Part 1]

Comments
9 min read
Foreach macro in C

Foreach macro in C

2
Comments
6 min read
loading...