Write a function in c language with


1- write a function in C language with prototype

int max(int x [ ] , int size );

the function should return the largest integer in the array x.


2- write a function in C language with prototype

int isprime (int x );

the function should return 1 if x is a prime number and 0 if x is NOT a prime number.

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write a function in c language with
Reference No:- TGS0645478

Expected delivery within 24 Hours