MCQ
Single Best Answer
Easy
QWhich of the following is true about function arguments in C language?
ID: #7184
Function in C Language
214 views
Question Info
#7184Q ID
EasyDifficulty
Function in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
Answer: c. Function arguments can be passed by value or by reference.
Explanation: In C language, function arguments can be passed by value or by reference. When an argument is passed by value, a copy of the argument value is passed to the function. When an argument is passed by reference, a reference to the argument variable is passed to the function.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic