Please read the guide .
Please answer the question in detail
#include<stdio.h> void main() { int i,j,k; printf("Enter three no.\n"); scanf("%d%d%d",&i,&j,&k); int re=(i>j)?((i>k)?i:k):((j>k)?j:k); printf("greatest number=%d",re); }
Doubtly is an online community for engineering students, offering:
Get the pro version for free by logging in!
5.7k questions
5.1k answers
108 comments
554 users