πŸ“Š Principles of Programming Languages
Q. Which one of the following statements about formal and actual parameters is true?
  • (A) formal and actual parameters must have the same name
  • (B) formal and actual parameters must have different names.
  • (C) a formal parameter is declared within the called procedure, while an actual parameter is declared in the calling environment.
  • (D) an actual parameter is declared within the called procedure
πŸ’¬ Discuss
βœ… Correct Answer: (C) a formal parameter is declared within the called procedure, while an actual parameter is declared in the calling environment.

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
691
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate