Scalar Article Index for
Scalar
Articles about
Scalar
 

Information About

Scalar






  • In computing, a scalar is a Variable or Field that can hold only one value at a time; as opposed to composite variables like Array , List , Record , etc.. In some contexts, a scalar value may be understood to be numeric. A '''scalar data type''' is the type of a scalar variable. For example, char, int, float, and double are the most common scalar data types in the C Programming Language .



SEE ALSO