Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
C Programming

#define in C

Define constants and macros with #define.

#define in C — a practical guide to C #define with clear examples you can reuse in real projects.

C Programming Tutorial Series (80/102). Prefer one article? Read the complete C programming tutorial.

Short description

Parenthesize macro args and expressions.

Define

#define MAX_SIZE 100
#define SQR(x) ((x) * (x))

Leave a reply

Your email address will not be published. Required fields are marked *