Hi,
I have a wierd problem. I have a win32 console application. I have a c++ file. In the C++ file, if i use scanf() function i am getting a runtime error. But if i use the scanf() followed by a printf() statement, the error is gone. Can someone help me out in this?? and explain me why...