I have a program that reads a file in binary, does some calculations with the numbers that are read, and writes out the result. When the program is done I sometimes get an output like this one:
Sometimes you'll get garbage if you try to output an uninitialized variable, or you use one in a calculation for something. It's hard to know whether or not that's what's happening to you without seeing some code.