add

PythonF

Sort – Domain Names

The program must accept the email addresses of N students as the input. The program must print the names of the email domains based…
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

C – Stack – Reverse Integers

An array of N integers is given as input. The program must reverse the integers using a stack. Fill in the missing lines of code to implement…
CF

C – Heap – BuildMaxHeap

An array of N integers is passed as input. Fill in the missing lines of code to implement the buildMaxHeap function to sort in…