Computer Science, asked by rockpandu5888, 1 year ago

Greatest of three numbers in c using ternary operator

Answers

Answered by bannu27
0

# include <stdio.h>

void main()

[

int a,b,c big

Similar questions