answersLogoWhite

0

A default value is the one that has been considered the most appropriate on several

systems, methods, programs. Obviously it is the parameter which works better, otherwise it wouldn't be set as a standard value. To set something "by default" is the same as to choose a value, a configuration more convenient for that purpose.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is default values of different primitive data types?

in integral data types default value=0 in decimal type default value is 0.0 in boolean default value is fa


What is default value of Boolean type variable?

False will be the default value of the boolean datatype in java


What is default value of formal arguments?

In C, there is no default value for formal parameters. In C++, there can be, but the value is whatever you declare in the function declaration.


What are the three components to data definition?

Type, name and initial value. If a value is not given and the type supports default construction, a default value is assigned.


What is the default value of a reference?

null


How is a default value set in MS Access?

When you provide a default value for a field in Access, Access will automatically insert this value into the field when a record is inserted that has no value (NULL) for this field. Default values are used when there is a sensible default for a field.


What is the difference between default and value in the configuration file of the Tibco admin?

Default is the value that has been given for a GV during design .But in Value field we can modifie the GV value during deployement.


What value is the one that a DBMS initially displays in a field?

a default value


What value is assigned to extern variable?

Default initial value of extern integral type variable is zero otherwise null.


What is the default value of integer in java?

According to the JLS, the default value of an int is 0. The default value of an object of type Integer is null. Of course, this applies only to class members fields, as local method-level fields must be explicitly assigned a value before use.


What is the default administrative value of rip?

120


Which is the default parameter passing technique in c plus plus language?

The default is to pass by value.