writes data to a FILE* stream.
Call functions fread, then function fseek, then function fwrite.
void * wlen= fwrite ((void *)&data, 1, sizeof (data), file); if (wlen != sizeof (data)) ... error ...
The c language does not have template functions. That is a c++ thing.
C: puts, printf, fputs, fprintf, write, fwrite...
I guess you meant the following:'In C language, when you call a function,the parameters are passed by-value.'
libray in c++
The hearing rods for identifier "c" language is the function.
Nothing.
you can put the printf function inside a if() so that you need not use semicolons. for eg to print my name, if(printf("My Name is Maheedharan")) {} this will work. try this out...
No.
'Clearscreen' is not used in C language. TurboC has a clrscr function (prototype in conio.h).
fopen, fread, fwrite, fclose