Computer Science - Object Oriented Programming Using C++ - Discussion
Discussion Forum : Object Oriented Programming Using C++ - Section 2 (Q.No. 21)
21.
The items listed in the function header are called _____
Discussion:
3 comments Page 1 of 1.
Bhatri said:
3 years ago
Yes, you are Right.
Aviz said:
4 years ago
int sum(int a, int b)
In this function a &b are formal parameters.
int main()
{
sum(a);
here a is actual parameter.
}
In this function a &b are formal parameters.
int main()
{
sum(a);
here a is actual parameter.
}
Akabari said:
5 years ago
Can anyone explain?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers