answersLogoWhite

0

How many data files are in c?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

You mean in your C: drive? How could anyone but yourself tell it?

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is Windows XP default location for data files?

Data files for what? The system? Undoubtedly that'd be the system32 folder, but your best bet, look in the C:\WINDOWS\ folder for all of them.


advantage of using data files in c programming?

Get a free software for lead generation


What is the structure and organization of data in a database called?

Data hierarchy is the structure and organization of data, which involves fields, records, and files. (c) Bidgoly MIS2.


How many header files are there in C?

256


How many types of c language files are there?

ASCII and BINARY are the basic classifications of files


What is the difference between data files and data records?

Data files are data whereas data records are backups.


Why you use a D drive to save your file?

If you have a D drive on your computer, then you can save files onto it. You might do so to have your data files on a particular drive, rather than having them all on the C drive. Your C drive is usually used for storing the actual programs. So it can be useful to keep your data on a separate disk. It is a good organisational strategy. It can make it easier to see how much data you have, as you know that anything that is on the D drive are data files. If there is a crash on the C drive, you could still have all your files safe on the D drive. So there are lots of good reasons for doing it.


Terminology on data information and files?

Terminology on data information and files?


Which command should be run from the C data to remove the system property from all files and folders that are currently on the C drive?

The attrib.exe -s/s command


What is file structures in C plus plus?

As far as C++ is concerned files do not have structures, they are simply raw data streams. It's entirely down to the programmer to determine what structures exist within the file and to interpret the data accordingly. C++ cannot do it for you.


What is a struct file?

A struct file in computing typically refers to a structured representation of data, often used in programming languages like C or C++. It allows developers to group related variables, known as members, under a single data type for easier management and manipulation of complex data. Struct files can also refer to files that contain structured data, such as JSON or XML, which are used for data interchange between systems.


What are the basic parts of the c language?

That would include header files, data types, loops, functions, pointers, arrays