Logo 
Search:

C++ Programming FAQ

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

Which of the following is true about a function call in a C++ program?

  Shared By: Olivia Brown    Date: Oct 03    Category: C++ Programming    Views: 1028

Answer:

Options

a) A function must be called atleast once
b) A function cannot be called from other functions
c) A function may be called whenever it is necessary
d) Both a and c

Answer : c) A function may be called whenever it is necessary

Share: 
 


Related Topics:

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


Tagged: