Reverse Engineering a Calculator
Coding and Reversing a very basic calculator in C.
Coding
Line 1-2
#include <stdio.h>
#include <stdlib.h>
These are the heaader files where I imported the standard libraries I would be needing in t
iqmacodes.hashnode.dev5 min read