How and Why To Learn Function ?
Saturday, December 26, 2024
Functions :
Why Need Arises ?
- Suppose we have similar set of statements in Program , then every time writing same statements again is quite boring , so C provide us a way by which we can simply separate out the common statements and put them into the function & every time instead of writing that block , we simply call that function
- It Reduces your writing efforts.
- What is Parameter ?
- What is Return Type ?
- What is Function Call ?
- What is Function Definition ?
- What is Prototype Declaration ?
Output : Hello India
Output :
- I am in Pune
- I am in Delhi
- I am in Bombay
0 comments:
Post a Comment