answersLogoWhite

0

What is File Processing in Turbo C?

User Avatar

Yburmisha10

Lvl 1
13y ago
Updated: 8/20/2019

In TurboC file-processing is opening, closing, reading, writing, deleting, copying, renaming... etc the files.

In other contexts file-processing is opening, closing, reading, writing, deleting, copying, renaming... etc the files.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you load a program in turbo c?

File/Open


What has the author Eric P Bloom written?

Eric P. Bloom has written: 'The Turbo C++ trilogy' -- subject(s): C (Computer program language), C++ (Computer program language), Turbo C (Computer file), Turbo C++ 'Turbo C Plus Plus Trilogy' 'The C trilogy' -- subject(s): C (Computer program language)


What is the use of header file graphics in c plus plus programming?

It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.


What has the author Beverly B Zimmerman written?

Beverly B. Zimmerman has written: 'Working with WordPerfect on the Macintosh' -- subject(s): Desktop publishing, Macintosh (Computer), Programming, Word processing, WordPerfect (Computer file) 'New Perspectives on Presentation Concepts' 'New perspectives on Microsoft Word 7 for Windows 95--Comprehensive' -- subject(s): Microsoft Word, Word processing 'Working with WordPerfect on the Apple IIGS' -- subject(s): Apple IIGS (Computer), Programming, Word processing, WordPerfect (Computer file) 'Programming with Turbo C' -- subject(s): C (Computer program language), Turbo C (Computer program)


How do you use dos prompt in C programming for turbo c compiler?

Use "OS Shell" from File menu.


Can you write a C program Without turbo C IDE?

Yes you can write a C program without using turbo C IDE. All you need is a text editor like notepad where you can write your codes and after writting them save the file with .c extension. But for compilling and running the code you will be needing turbo C IDE.


Is it possible to create threads on turbo c?

No, MS-DOS does not support multi-threading (or multi-processing either).


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


How do you include mysql header file in to turbo C to make connection?

Standard C does not provide such a function; it does not even require you to have an internet connection.


How do you save turbo c programs in turboc?

Press key F2, or select command Save from menu File.


Three different file extensions and what they are used for?

.txt=notepad .cpp=turbo c .doc=mocrosoft word


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.