requesting program for integer addition modulo 2^32



i am having two 32-bit nos........integer addition modulo 2^32 is to
be done ..... how to do that?

eg) 10010111001010000011110001110101 +
01000010101011111000011100011100

'+' represents integer addition modulo 2^32
.