C Piscine Exam 01 [hot]
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. c piscine exam 01
int my_strcmp(const char *a, const char *b) while (*a && (*a == *b)) a++; b++; return (unsigned char)*a - (unsigned char)*b; Understanding how to manipulate addresses ( * and & )
Functions like ft_ft (setting an int to 42) or ft_swap (swapping two integer values). return (unsigned char)*a - (unsigned char)*b
Good luck. You will survive Exam 01. And when you do, Exam 02 will be waiting... but that is a story for another article.


Leave a Comment
You must be logged in to post a comment.