What will be the output of given division?

-7
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.

c
asked on Stack Overflow Dec 12, 2018 by Tushar Mahalle • edited Dec 12, 2018 by BugFinder

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0