I came across a line of code that had something like below
#define IM 0x1
I know what IM is, but I am interested in knowing what it means 0x1and what its use and its value is for use in definition statements.
I am new to C and I was looking for this particular item but could not find it. Thanks in advance for your help.
Shash source
share