Posts Tagged ‘parameter passing’

  • Argument Passing Mechanism Important Questions

    Jan 11, 13 • 4565 Views • Resources4 Comments

    Q1. What do you mean by argument passing mechanism? Ans- The exact mechanism for assigning arguments to parameters, called argument passing, depends upon the evaluation strategy used for that parameter (typically call-by-value), which may be specified

  • User defined functions

    Jan 11, 13 • 12394 Views • Resources23 Comments

    Ques 1. What is the difference between user defined function and library function? Answer. User Defined Functions has to be Developed by the user at the time of writing a program like Main() while library defined functions are already defined in the library