Lec 11 Functions
Lec 11 Functions
CHAPTER 8: FUNCTIONS
BOOK: LET US C
1
03/28/2022
Output:
2
03/28/2022
Output:
3
03/28/2022
The order in which the functions are defined in a program and the order in
which they get called need not necessarily be same
4
03/28/2022