Logo

Write a C program that reads the account_number, name and address of ten customers from users and displays the account_number, name and address of…

Class 12 Computer Science · 2082 · Solved Question with Answer

Write a C program that reads the account_number, name and address of ten customers from users and displays the account_number, name and address of these customers using Array and structure. 

OR 

What are the components of a function of C?
Describe the Call – by – value and Call – by – reference and passing the function parameters. 

Solution

Please login to view the answer.