answersLogoWhite

0


Best Answer

It should not be said to be a constant.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why a parameter is said to be a constant?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why a parameter as a constant?

It is not!


Why and when should programmers use a constant reference parameter?

when we use that parameter as a global parameter and we used that parameter through out the program without changing


How do you declare a constant?

use: define("GREETING", "Hello you.", true); 1st parameter is the name for your constant 2nd parameter is the value of that constant 3rd parameter is whether or not you want the constant to be case-insensitive. Default is case sensitive. http://php.net/manual/en/function.define.php


What is antonym for parameter?

I don't think there's an antonym for parameter but the synonyms are constant, criterion, framework, guideline, limitation, restriction, and specification.


What is difference between parameter and arbitrary constant?

A parameter is a variable which takes different values and, as it does, it affects the values of some other variable or variables.


Distinguish between constant parameter and time varying parameter system?

A constant parameter is one that does not vary over time, or varies so slowly, or within a very small, allowable range, that it can be used as a constant. One such parameter is the average temperature of the universe, which is 3 Kelvin. We theorize that over time it will gradually decrease with the expansion of the universe, but in practical terms, in a period of billions of years, it is held as a constant. Diurnal light and dark cycles (day time and night time) is an example of a time varying parameter. The intensity of solar radiation, measured in a specific location, varies continuously during each day, and the length of each day varies continously through the year.


What are constant variables?

A number expressing a property, quantity, or relation that remains unchanged under specified conditions.


What does constant mean in alegbra?

a quantity or parameter that does not change its value whatever the value of the variables, under a given set of conditions.


How To maintain homeostasis?

This is a very broad question since there are many different types of homeostasis. It is possible to maintain a constant temperature, or a constant location, or a constant pH, or a constant velocity, or a constant luminosity, etc. etc. Without knowing what parameter you are concerned about, there is no point in describing a method of obtaining homeostasis.


What is the difference between statistics and parameters?

Parameter is any attribute Statistic are the measured values of a parameter. A statistic is a sample value such as the average height of a group of students. A parameter is a functional constant such as the mean of a normal distribution. Statistics are often used to estimate parameters. For instance, a sample average is an estimate of the mean.


Is A query that prompts for input whenever it is run is a run-time query?

It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.


What are the different parameter passing methods used by c plus plus?

Pass by value, constant value, reference and constant reference. Pass by value is the default in C++ (pass by reference is the default in Java).