Forum Discussion
Altera_Forum
Honored Contributor
12 years agoC code freezes/Pauses while execution
I have a C application in which I have two adjacent print statements. But only the top one is printed and not the second one. What could be reason. My C code is quiet bigger and complex in size. I...
Altera_Forum
Honored Contributor
12 years agoIt says "undefined reference to fflush"
Is there some specific header to be included? I already included <stdio.h>.