Understanding how to manipulate addresses ( * and & ).

The C programming language is a fundamental language in computer science, and understanding its basics is crucial for any aspiring programmer. In this blog post, we will review some key concepts that you might encounter in a C programming language exam.

int my_strcmp(const char *a, const char *b) while (*a && (*a == *b)) a++; b++; return (unsigned char)*a - (unsigned char)*b;

Functions like ft_ft (setting an int to 42) or ft_swap (swapping two integer values).

Good luck. You will survive Exam 01. And when you do, Exam 02 will be waiting... but that is a story for another article.

About the author

Avatar of rshoaibm2

Rshoaibm2

Leave a Comment