function

CF

C – Function – Average

An array of N integers is given as input. The program must print the average with precision up to two decimal places. Fill in the missing…
CF

Function validateDate 

The function/method validateDate accepts an argument dateStr representing a string value which contains a date in the format…
CF

function concatBinary

The function/method concatBinary accepts two arguments num1 and num2 representing two integer values. The…
CF

Function findMissingInteger

The function/method findMissingInteger accepts three arguments R, C and matrix. The integers R and C represent…
CF

Function mergeEveryTwoIntegers

The function/method mergeEveryTwoIntegers accepts two arguments – SIZE and arr. The integer SIZE represents the size of the integer…