Sign In
Ask Question
Computers & Technology
Kianna Chavez
2 September, 05:28
Where do you define parameter variables?
+3
Answers (
1
)
Lina Burton
2 September, 07:46
0
In the function definition.
Explanation:
Function is the block of statement which is used to perform a special task.
when we define the function, we have call the function as well without calling function is not used.
syntax for calling:
name (argument_1, argument_1, ...);
we put the argument in the calling to function.
syntax for defining:
type name (parameter_1, parameter_2, ...)
{
statement;
}
In the definition, we declare parameter for use the value of arguments pass in the calling.
Therefore, the answer is in the function definition.
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Get an answer to your question ✅
“Where do you define parameter variables? ...”
in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers
You Might be Interested in
network consisting of computers and other devices that are eithrr fully or partially connected to each other
Answers (1)
How does technology impact life-long learning, careers, and daily living for individuals of all ages?
Answers (1)
Do u fall in to the category of once you get a taste u can't stop?
Answers (1)
What element will you include to present numerical data visually on a slide?
Answers (2)
Which of the following describes colors, spacing, borders, and other effects that change the appearance of a table? table layout grid tables table style
Answers (1)
New Questions in Computers & Technology
Which of these is an example of an open source software java prolog thunderbird internet explorer
Answers (1)
Mobile first design is important because
Answers (1)
Why are coders using encoder software? What are their advantages and disadvantages? And when might a coder need to use the coding manuals over the encoder software?
Answers (1)
In cell B17, enter a formula that uses the IF function and tests whether the total sales for January (cell B10) is greater than or equal to 200000.
Answers (1)
Which table option enables you to combine the contents of several cells into one cell?
Answers (2)
Home
»
Computers & Technology
» Where do you define parameter variables?
Sign In
Sign Up
Forgot Password?