Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

When you call a function by passing the address of a data variable, it is know as which option

  Shared By: Luisa Fischer    Date: Sep 16    Category: C++ Programming    Views: 696

Answer:

Options

a) Call by reference
b) Call by value
c) Call by two directions
d) Both b and c

Answer : a) Call by reference

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: