DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How I Built a Simple HTTP Server from Scratch using C

How I Built a Simple HTTP Server from Scratch using C

33
Comments 12
3 min read
The Art of Clean Code: Mastering the Betty Style 🧑🏾‍💻

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

33
Comments 16
5 min read
C Development is a Mess

C Development is a Mess

23
Comments 14
3 min read
Declaring Multiple Variables in a “for” Loop Initialization Clause

Declaring Multiple Variables in a “for” Loop Initialization Clause

15
Comments 1
3 min read
Optimize Embedded Development: Must-Have VSCode Extensions

Optimize Embedded Development: Must-Have VSCode Extensions

12
Comments 1
3 min read
C - Pointer & Struct

C - Pointer & Struct

11
Comments 2
2 min read
Build your own Shell : PART 2 👨🏾‍💻

Build your own Shell : PART 2 👨🏾‍💻

10
Comments 2
13 min read
Circle drawing algorithm in C

Circle drawing algorithm in C

10
Comments
4 min read
Build your own Shell : PART 1 👨🏾‍💻

Build your own Shell : PART 1 👨🏾‍💻

9
Comments 5
11 min read
Why does the indexing of array start with ZERO in C?

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

9
Comments 2
3 min read
C, C++, and C#: What is The Difference

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

9
Comments 9
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
Building A File Compressor Using C And Wasm

Building A File Compressor Using C And Wasm

8
Comments
18 min read
How C-Pointers Works: A Step-by-Step Beginner's Tutorial

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

7
Comments 3
17 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

7
Comments
4 min read
Undefined Behavior in C and C++

Undefined Behavior in C and C++

7
Comments 5
8 min read
Decoding the Magic of C Compilation: A Beginner's Guide

Decoding the Magic of C Compilation: A Beginner's Guide

7
Comments
11 min read
Repeat macro in C?

Repeat macro in C?

7
Comments 3
4 min read
A Comprehensive Introduction to Variables in C Programming

A Comprehensive Introduction to Variables in C Programming

7
Comments 3
18 min read
Perfect Number Program in C

Perfect Number Program in C

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

6
Comments 3
8 min read
Getting Started with Mojo ️‍🔥

Getting Started with Mojo ️‍🔥

6
Comments
4 min read
Banker's Algorithm - Deadlock Avoidance

Banker's Algorithm - Deadlock Avoidance

6
Comments 1
6 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
Exploring File I/O in C📁

Exploring File I/O in C📁

6
Comments 6
9 min read
_Generic in C

_Generic in C

6
Comments
13 min read
Recursion in C programming.

Recursion in C programming.

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
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
Ponteiros 🤮

Ponteiros 🤮

6
Comments
2 min read
LeetCode 557. Reverse Words in a String III (easy)

LeetCode 557. Reverse Words in a String III (easy)

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
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
Datatypes in C Programming.

Datatypes in C Programming.

6
Comments 3
2 min read
Challenge RE #21

Challenge RE #21

5
Comments
2 min read
How to use Strings in C Programming

How to use Strings in C Programming

5
Comments 3
5 min read
How to print “Hello” in C without using a semicolon?

How to print “Hello” in C without using a semicolon?

5
Comments 1
1 min read
Leetcode 2742. Painting the Walls

Leetcode 2742. Painting the Walls

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

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

5
Comments
2 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
LeetCode 229. Majority Element II (Medium)

LeetCode 229. Majority Element II (Medium)

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 342. Power of Four (Easy)

Leetcode 342. Power of Four (Easy)

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

How are threads created in Linux x86_64

5
Comments 2
5 min read
Getting the list of files and their info

Getting the list of files and their info

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

LeetCode 896. Monotonic Array solution by Nilesh

5
Comments
3 min read
Variables in C Programming

Variables in C Programming

5
Comments 4
1 min read
Compound Literals in C

Compound Literals in C

5
Comments 1
5 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
Dinamik xotira | Dynamic Memory allocation

Dinamik xotira | Dynamic Memory allocation

4
Comments
4 min read
Handy C/C++ Preprocessor Macros

Handy C/C++ Preprocessor Macros

4
Comments 7
5 min read
MISRA C Standard

MISRA C Standard

4
Comments
18 min read
How to write a simple C program to check if a number is prime using Visual Studio code.

How to write a simple C program to check if a number is prime using Visual Studio code.

4
Comments
6 min read
Starting with C

Starting with C

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

ATtiny85 Programming: Your Complete Guide with Arduino and PlatformIO!

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

Beat the LeetCode 132. Pattern By Nilesh Raut

4
Comments
1 min read
Mystery Behind the First Command Line Argument in C

Mystery Behind the First Command Line Argument in C

3
Comments 5
2 min read
C da Struct, Union va Enum

C da Struct, Union va Enum

3
Comments
5 min read
Enumerations in C

Enumerations in C

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

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

3
Comments 2
10 min read
loading...