Write the syntax of a functions
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Sumit Kumar Giri 4 years, 11 months ago
- 1 answers
Related Questions
Posted by Harshada Kendre 1 year, 1 month ago
- 1 answers
Posted by Rajveer Ghorpade 1 year, 2 months ago
- 0 answers
Posted by Adi Cha 1 month, 1 week ago
- 0 answers
Posted by Gursimran Dhillon 1 year, 2 months ago
- 1 answers
Posted by Nisha Kumari 1 year, 2 months ago
- 1 answers
Posted by Pooja Gupta 1 year, 2 months ago
- 1 answers
Posted by Sumedh Roy 1 year, 2 months ago
- 1 answers
Posted by Ariful Islam 1 year, 1 month ago
- 0 answers
Posted by Ariful Islam 1 year, 1 month ago
- 0 answers
Posted by Kanchan Devi 3 months ago
- 1 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Meghna Thapar 4 years, 10 months ago
Argument list contains variables names along with their data types. For example – A function which is used to add two integer variables, will be having two integer argument. Block of code: Set of C statements, which will be executed whenever a call will be made to the function. When one piece of code invokes or calls a function, it is done by the following syntax: variable = function_name ( args, ...); The function name must match exactly the name of the function in the function prototype. The args are a list of values (or variables containing values) that are "passed" into the function.
0Thank You