You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a simple calculator in C, highlighting the use of functions for code modularization. It reads two integers from the user, sums them using a dedicated function, and prints th…