@chiranjeevi_dk There are many, many, many, many reasons why you might get an error from C code. Sometimes things which are errors on one machine aren't in others, or an error appears and disappears from one run to another; this is the result of undefined behavior. We'd need to see exactly what you did to help explain. Turning on compiler warnings will help a lot.
↧