Computer Science, asked by vishnupriya68, 10 months ago

to find the greatest value of two num in c program example​

Answers

Answered by Anonymous
2

Hii

you are welcome in my answer

#include<studio.h>

main ()

int a,b,c;

printf ("enter three number ");

scanf(%d%d%d ,$a,$b,$c);

if (a>>b $$ a>>c)

printf ("a is grater number");

if ( "b>>a $$ b>>c);

printf("b is grater number");

if(c>>a $$ c>>b)

printf("c is grater number" );

__/\__☺️

Hope it may helps you

Similar questions