answersLogoWhite

0

How do you store data in c?

Updated: 8/17/2019
User Avatar

Wiki User

8y ago

Best Answer

Write your data to a data file.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you store data in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are arreys in c?

arrays in C are the data types which have collection of same type of data together store a fixed-size s of elements .


How much sensitive data should you store on a PDA?

B and C only


What is a drawback of structures in the C language?

Nothing. If you use structured data, you define a structto store it.


What is the variable in c language program?

A variable is the name for a place in the computer's memory where you store some data.


Suggest the data type that can be used for initializing alphanumeric elements in a c programmed array .Also tell you the compiler that can understand the data type.?

Data Type : - It is used to identify the type of data. 'C' Language has a large no of data type, Thus it is also known by rich data type language: Data type are generally classified in three group: 1: Fundamental data type 2 Derived Data Type : 3 Use defined data type; 1 Fundamental data type: Fundamental data type includes i) The int data type: The data type int can store integer value only for eg. 14, 45, 78 declaration: int a,b; here we can store any value in variable a & b. ii) Char Data Type : The data type char can store character value only which is enclosed with single quote for e.g. 'c' declaration : char x = 'c' iii) Float Data Type:


How do you store the data into byte in c?

There is not built-in 'byte' type in C, but you can define it: typedef unsigned char byte; byte bmin=0, bmax=255;


How do you back - up files and data?

Where should you store back up copies of your data? A- Near to the computer C- In your car B- In a different location D- In an off-site fire proof store I think "B" is the correct answer! :)


What is the maximum value you can store in an int data type in c sharp?

Unlike C and C++, all built-in data types in C# are not implementation-defined, they are consistent across all implementations. An int always occupies 32-bits, thus the range of valid values is -2,147,483,648 to 2,147,483,647 inclusive.


When was Integrated Data Store created?

Integrated Data Store was created in 196#.


How do you store data in a track in computer terms?

you put the data and it go store


Will iPod store data?

Yes, the iPod will store data, but primarily data in the form of music, videos, and photos.


Used to store data when the data is not being used in memory?

A storage device is used to store data when data is not being used in memory.