1
41kviews
What are the different ways for parameter passing to a function? Explain along with example.
1 Answer
2
2.7kviews

Passing Parameter to a Function:

  • In C Programming we have different ways of parameter passing schemes such as Call by Value and Call by Reference.
  • Function is good programming style in which we can write reusable code that can be called whenever require.
  • Whenever we call a function then sequence …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.