DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Using trees for faster in-memory data access

Using trees for faster in-memory data access

Comments
10 min read
C# ¿por qué es necesario crear Equals() y GetHashCode()?

C# ¿por qué es necesario crear Equals() y GetHashCode()?

Comments
5 min read
How to use Strings in C Programming

How to use Strings in C Programming

5
Comments 3
5 min read
Mystery Behind the First Command Line Argument in C

Mystery Behind the First Command Line Argument in C

3
Comments 2
2 min read
Develop web applications in C programming language

Develop web applications in C programming language

2
Comments
6 min read
Runtime Stacktraces for Native Programming Languages

Runtime Stacktraces for Native Programming Languages

Comments
5 min read
Leetcode 342. Power of Four (Easy)

Leetcode 342. Power of Four (Easy)

5
Comments
1 min read
Flexible arrays in C Programming Language

Flexible arrays in C Programming Language

1
Comments 3
3 min read
LeetCode1425. Constrained Subsequence Sum (Medium) – DP + Heap Appraoch

LeetCode1425. Constrained Subsequence Sum (Medium) – DP + Heap Appraoch

5
Comments
2 min read
Building a beginner-friendly C# application

Building a beginner-friendly C# application

2
Comments 1
3 min read
Leetcode 2742. Painting the Walls

Leetcode 2742. Painting the Walls

5
Comments
1 min read
leetcode 1095. Find in Mountain Array (hard)

leetcode 1095. Find in Mountain Array (hard)

5
Comments
2 min read
LeetCode 229. Majority Element II (Medium)

LeetCode 229. Majority Element II (Medium)

5
Comments
1 min read
Build your own Shell : PART 2 đŸ‘šđŸŸâ€đŸ’»

Build your own Shell : PART 2 đŸ‘šđŸŸâ€đŸ’»

10
Comments
13 min read
Read and Write Images and Text Files with a Micro SD Card and Arduino

Read and Write Images and Text Files with a Micro SD Card and Arduino

Comments
9 min read
Munmap_chunk() invalid pointer Fixed

Munmap_chunk() invalid pointer Fixed

Comments
6 min read
Singly Linked Lists in C - A Fun and Easy Guide

Singly Linked Lists in C - A Fun and Easy Guide

6
Comments 2
4 min read
How C-Pointers Works: A Step-by-Step Beginner's Tutorial

How C-Pointers Works: A Step-by-Step Beginner's Tutorial

5
Comments 2
17 min read
Command-Line Planner in C (with Saving and Loading)

Command-Line Planner in C (with Saving and Loading)

2
Comments
3 min read
Minimal Unit Test Framework for C

Minimal Unit Test Framework for C

Comments
3 min read
setjmp(), longjmp(), and Exception Handling in C

setjmp(), longjmp(), and Exception Handling in C

3
Comments 2
10 min read
Enumerations in C

Enumerations in C

2
Comments
8 min read
The beginning of my eBPF Journey - Kprobe Adventures with BCC

The beginning of my eBPF Journey - Kprobe Adventures with BCC

Comments 4
13 min read
C - Pointer & Struct

C - Pointer & Struct

10
Comments 2
2 min read
Simple and easy-to-use JSON parser in C

Simple and easy-to-use JSON parser in C

Comments
3 min read
Assignment makes integer from pointer without a cast in c

Assignment makes integer from pointer without a cast in c

Comments
4 min read
What is C?

What is C?

1
Comments 3
1 min read
Build your own Shell : PART 1 đŸ‘šđŸŸâ€đŸ’»

Build your own Shell : PART 1 đŸ‘šđŸŸâ€đŸ’»

9
Comments 5
11 min read
Exploring File I/O in C📁

Exploring File I/O in C📁

6
Comments 6
9 min read
Challenge RE #26

Challenge RE #26

Comments
2 min read
Preprocessors and Macros in C

Preprocessors and Macros in C

2
Comments 1
6 min read
What's in a C (NaN)box?

What's in a C (NaN)box?

Comments
3 min read
Beat the LeetCode 132. Pattern By Nilesh Raut

Beat the LeetCode 132. Pattern By Nilesh Raut

4
Comments
1 min read
LeetCode 896. Monotonic Array solution by Nilesh

LeetCode 896. Monotonic Array solution by Nilesh

5
Comments
3 min read
Cracking the LeetCode 905. Sort Array By Parity By Nilesh

Cracking the LeetCode 905. Sort Array By Parity By Nilesh

5
Comments
1 min read
Challenge RE #22

Challenge RE #22

Comments
4 min read
Cracking the LeetCode 880. Decoded String at Index (Medium)

Cracking the LeetCode 880. Decoded String at Index (Medium)

5
Comments
1 min read
Challenge RE #21

Challenge RE #21

5
Comments
2 min read
How are threads created in Linux x86_64

How are threads created in Linux x86_64

5
Comments 2
5 min read
Challenge RE #14

Challenge RE #14

Comments
2 min read
Rust: The Future of Systems Programming?

Rust: The Future of Systems Programming?

5
Comments 2
5 min read
Challenge RE #13

Challenge RE #13

Comments
2 min read
Challenge RE #12

Challenge RE #12

Comments
4 min read
Optimize Embedded Development: Must-Have VSCode Extensions

Optimize Embedded Development: Must-Have VSCode Extensions

12
Comments 1
3 min read
eBPF Practical Tutorial: Tracing Seven-Layer Protocol like HTTP via Socket or Syscall

eBPF Practical Tutorial: Tracing Seven-Layer Protocol like HTTP via Socket or Syscall

Comments
21 min read
Challenge RE #8

Challenge RE #8

Comments
6 min read
Challenge RE #7

Challenge RE #7

Comments
3 min read
Zig: The Ultimate Replacement for C

Zig: The Ultimate Replacement for C

7
Comments 1
6 min read
Challenge RE # 5

Challenge RE # 5

Comments
6 min read
Getting Started with Mojo ïžâ€đŸ”„

Getting Started with Mojo ïžâ€đŸ”„

6
Comments
4 min read
C programming language for distributed systems? Sure thing.

C programming language for distributed systems? Sure thing.

Comments
8 min read
Mastering PostgreSQL Extension Development: A Comprehensive Guide to the Usage of C API Functions

Mastering PostgreSQL Extension Development: A Comprehensive Guide to the Usage of C API Functions

1
Comments
3 min read
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 5
7 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

1
Comments
2 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

1
Comments
8 min read
Circle drawing algorithm in C

Circle drawing algorithm in C

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

Working smarter instead of harder... in C!

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

Learning C programming again...

2
Comments
4 min read
loading...