What is a function call?
Answer:
A function call statement is written to use a function that has been defined earlier.
Syntax of a function call:
function_name(<value_to_be_passed_to_argument>)
Past Year - 1 Mark Questions
Question 2 Important You are here
Question 3
Question 4
Question 5
Question 6
Question 7 Important
Question 8
Question 9 Important
Question 10 Important
Question 11 Important
Question 12 Important
Question 13
Question 14
Question 15
Question 16
Question 17 Important
Question 18 Important
Question 19 Important
Question 20
Question 21 Important
Question 22
Question 23 Important
Past Year - 1 Mark Questions
Last updated at April 16, 2024 by Teachoo
Answer:
A function call statement is written to use a function that has been defined earlier.
Syntax of a function call:
function_name(<value_to_be_passed_to_argument>)