#c
Read more stories on Hashnode
Articles with this tag
Last time, a singly linked list node and create a list without defining operations such as add behind, add in front, delete and search. This article...
AI is one of the most powerful and popular tool nowadays and engineers sooner or later have to know how to use the tool to save time instead of...
When you are facing to use microcontroller vendor's library code or toolchain, you would see many conditional preprocessor directives. In using...
When you have worked as a firmware engineer, you have read many different vendors' low-level driver source code which is written in C language. Also,...
AND Some bit manipulation problems require to use AND in code. In this article, I will introduce couple AND problems and solution. AND is represented...
XOR Many popular bit manipulation problems require to use XOR in code. In this article, I will introduce couple XOR problems and solution. XOR is...