There is no excerpt because this is a protected post.Read More
Raman
October 31, 2019
Q) What is functions ?-> Functions is a piece of code which perform a specific task. Parameter Passing:-(a) pass by value (both in c/c++) (b) pass by address (both in c/c++) (c) pass by reference ( in c++ only available) Note: Grouping of data is structure but Grouping of instruction is a function. Parameter Passing […]Read More











