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
#include "my_utilities.h" // MY OBSERVATIONS ON THE NATURE OF INCLUDE: <> can be included multiple times. User defined cant. if 2 files use a common file say
// util.h and util.c . U can circumvent repition problem: in 1st, rewrite what is needed for .c to work, from .h. Don t include .h in 1st. Include in 2nd.