We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
#include<stdio.h>/*Add `int max_of_four(int a, int b, int c, int d)` here.*/intmax_of_four(inta,intb,intc,intd){intmax=a;intarr[4],n;arr[0]=a;arr[1]=b;arr[2]=c;arr[3]=d;while(n>=0&&n<=4){if(max<=arr[n]){max=arr[n];}n++;}returnmax;}intmain(){inta,b,c,d;scanf("%d %d %d %d",&a,&b,&c,&d);intans=max_of_four(a,b,c,d);printf("%d",ans);return0;}
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Functions in C
You are viewing a single comment's thread. Return to all comments →