Computer Science, asked by ryadav9917, 11 months ago

e
ne pare made of het of optically the materion which data can
b
the more of the years , the more
Gs, where the computer des process
procees you an run afths are me
To make changes to the disting data
proted way
A programming aroral causes a program to behave in
One billionths of a second is called a​

Answers

Answered by KameenaYaar01
0

Biggest Of Three Numbers Using Conditional operator/Ternary Operator in C

# include <stdio.h>

void main()

{

int a, b, c, big ;

printf("Enter three numbers : ") ;

scanf("%d %d %d", &a, &b, &c) ;

big = a > b ? ( a > c ? a : c) : (b > c ? b : c) ;

printf("\nThe biggest number is : %d", big)

Answered by UrvashiBaliyan
1

Answer:

e

ne pare made of het of optically the materion which data can

b

the more of the years , the more

Gs, where the computer des process

procees you an run afths are me

To make changes to the disting data

proted way

A programming aroral causes a program to behave in

One billionths of a second is called a

Similar questions