on runnin the program it will ive the error-
linking error:undefined symbol scanf(............)
How to rebuild the library files in c to debug linking errors?
If you do not have scanf(), you are missing
#include %26lt;stdio.h%26gt;
in the file.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment