Actual and Formal Arguments - Return function - Advantage of functions | Coding classpoint
Actual argument The arguments which are mentioned or used inside the function call is knows as actual argument and the…
Actual argument The arguments which are mentioned or used inside the function call is knows as actual argument and the…
Function declaration: Function declaration is also known as function prototype. It inform the compiler about three thi…
FUNCTION A function is a self contained block of codes or sub programs with a set of statements that perform some speci…
strcpy() This function is used to copying one string to another string. The function strcpy(str1,str2) copies str2 to s…
String library function There are several string library functions used to manipulate string and the prototypes for th…
String Array of character is called a string. It is always terminated by the NULL character. String is a one dimensiona…
Two dimensional arrays Two dimensional array is known as matrix. The array declaration in both the array i.e.in single …
Single dimensional arrays and functions Array subscript always start from zero which is known as lower bound and upper …