File is a place where information or data is stored.
we make use of some of the file-handling functions in c like:
fopen()-for opening a file.
fclose()-to close a file. Every file being opened for any operations like:
"r"- Read-Only mode.
"w"-Write-only mode.
"a"-append mode.
"r+"-read+write mode.
"w+"-write+read mode.
"a+"-read+append mode.
We should make use of FILE pointer ,in order to perform any such operations on the files.
There are many input and output functions used along with files.
fgetc()
fgets()
fscanf()
fputc()
fprintf()
fputs()
fseek()
rewind()
File handling is used to read or write a file without directly opening it.its contents are opened in another files by using above specified commands
in c++ programming for file handling we have to use a header file but in c noheader file regarding to file handling is required
The header, io.h, is part of the standard C library and contains declarations for file handling and I/O functions. The file has no practical purpose in C++; it is only included because it was required prior to C++ standardisation. However, it can be used when writing C-style programs and libraries in C++.
That cannot be answered here; there are commercial packages to do this, which you can locate on the Internet.
No. The standard does not define nor require a file concept.
Scatter File is a linker script file used by RVCT/Keil for ARM processors. It is used by arm linker.
I think its in conio.h or stdio.h
File handling is simply the process of opening, reading, writing and closing files. Files are simply streams for input and output, or the "serialisation" of objects. In other words, reading and writing data to and from disk storage.
The header, io.h, is part of the standard C library and contains declarations for file handling and I/O functions. The file has no practical purpose in C++; it is only included because it was required prior to C++ standardisation. However, it can be used when writing C-style programs and libraries in C++.
File handling is handled by input stream objects (ifstream) and output stream objects (ofstream), or bi-directional streams (fstream). These classes are derived from istream and ostream. See related links for more information on these classes.
yes
That cannot be answered here; there are commercial packages to do this, which you can locate on the Internet.
You can create an exe-file from your C++ source, if you have a compiler.
fopen()
C++ compiler, obviously, a C compiler won't do.
No. The standard does not define nor require a file concept.
Yes, you can rewrite a cuda program originally written in c in c plus plus.
Exception handling is the means by which exceptions -- anomalous events -- are resolved without causing a runtime error.
Scatter File is a linker script file used by RVCT/Keil for ARM processors. It is used by arm linker.