Hi,
I am beginer to c language.
When i compile a programe, got an error msg : Undefined symbal _ print in module test.c
and my programe is like this....
main ( )
{
print ( " Hello, World " );
}
Pls help
thx in advance
I am beginer to c language.
When i compile a programe, got an error msg : Undefined symbal _ print in module test.c
and my programe is like this....
main ( )
{
print ( " Hello, World " );
}
Pls help
thx in advance
Comment