Created: 2023-01-11 10:41
Status: #concept
Subject: Programming
Tags: C
Comments
Comments are an effective way to make complex code more understandable.
They are also used to create Documentation.
C
// I am a single line comment in C
/*
I am a
multi line comment in C
*/
References
- C Programming, A Modern Approach, 2nd Edition, Chapter 2.3