S
Sharon
I know it is simple but I don't know why the compiler says:
6 d:\ctest~1\1222\untitl~1.cpp implicit declaration of function `int
printf(...)'
so whats wrong with the code?
#include <stdlib.h>
int main()
{
char* str = "abc";
printf("%s\n", str);
system("PAUSE");
return 0;
}
6 d:\ctest~1\1222\untitl~1.cpp implicit declaration of function `int
printf(...)'
so whats wrong with the code?
#include <stdlib.h>
int main()
{
char* str = "abc";
printf("%s\n", str);
system("PAUSE");
return 0;
}