answersLogoWhite

0

Describe the four basic data types in c?

Updated: 8/11/2023
User Avatar

Kuldeepvish

Lvl 1
15y ago

Best Answer

Describe the basic data types in C

Describe the basic data types in C

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

int,char,float

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Describe the four basic data types in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the four types of data?

i don't knoww,..!


How do data types and formulas work in the programming language C?

The C language provides many basic types. Most of them are formed from one of the four basic arithmetic type specifies in C (char, int, float and double), and optional specifies (signed, unsigned, short, long). Functions in computer programming and spreadsheets are very similar to those in math.


How could you extend the range of values four basic data type represent?

use modifier long:long int, long long, long float(there is no 'long char' or 'long short' though)


Define non standard data types?

In programming, non-standard data types can be anything; a model for a house, a person, a bank account, a galaxy. They all have in common that they are created through composition of basic built-in data types such as integers, strings or floating point data types.To define non-standard data types, programming languages typically provide three to four language tools:Arrays can combine multiple entities of the same basic or non-standard type into as larger new type. When an array is viewed as its own data type rather than a simple accumulation of variables, the whole is more than the sum of its parts: in the C programming language, for example, an array of bytes defines a string or characters.Structures can combine multiple entities of the same or different data types into one record, from which all record members are accessible at the same time. For example, a student's record might hold the name and date of birth for a single student.Unions can combine multiple entities of the same or different data types into one record, from which only one record member is accessible at any one time. For example, a union containing the key characteristic of a geometric shape might contain the number of edges of a polygon as an integer number, or a sphere's radius as a floating point variable. The programmer needs an additional method to determine whether this union ought to be interpreted as the edge-count or the radius.Object-oriented programming languages also support classes. In simple terms, classes are structures which also contain functions, not only data. (Note this is a radical simplification. Classes and object-oriented programming have more to offer than glorified data structures.)


4 Identify and briefly describe four types of requirements that may be defined for a computer based system?

Fee space on hard drivespeed of CD driveavailable ram memoryspeed of computer