Question

Discuss the relationship between parameterList and argumentList- IF the first parameter has the Integer data type...

Discuss the relationship between parameterList and argumentList-

IF the first parameter has the Integer data type and the 2nd parameter has the Double data type, what data types should the first and second arguments have?-

0 0
Add a comment Improve this question Transcribed image text
Answer #1

paramterlist exist at the function definition where as argumentlist is available at function calling statement

If paramter list has int and double than argument list also must has the same order type than only it can recognize the function definition

//parameter list

void sum(int i1,double d1){}

// argument list

sum(10,10.5);

Note : Please comment below if you have concerns. I am here to help you

If you like my answer please rate and help me it is very Imp for me

Add a comment
Know the answer?
Add Answer to:
Discuss the relationship between parameterList and argumentList- IF the first parameter has the Integer data type...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT