typedef unsigned long UWORD32;
#define MAX_UWORD32 (UWORD32)0xffffffff
What will be the output of division (MAX_UWORD32/1000)
?
What will be the data type of output?
This is some preexisting code that i have to study.
User contributions licensed under CC BY-SA 3.0