What is the output of this c code if there is no error in


What is the output of this C code if there is no error in stream fp?
#include
int main()
{
FILE *fp;
fp = fopen("newfile", "w");
printf("%dn", ferror(fp));
return 0;
}

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: What is the output of this c code if there is no error in
Reference No:- TGS01481281

Now Priced at $10 (50% Discount)

Recommended (99%)

Rated (4.3/5)