write a program greater then three numbers without if,
if...else,while,do..while,for,switch statement.

Answer Posted / mani kandan.s

#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
scanf("%d %d %d",&a,&b,&c,printf("Enter the a,b,c values"));
a>b&&a>c?printf("A is big"):b>c?printf("B is big"):printf
("C is big");
getch();
}

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

there are 50 users in a network, one system is virus affected , how to find that virus affected system?

1485


how many clusters are generated by k-means algorithm?

1056


difference between a for loop and a while loop? what are its uses in c language?

1558


Always declare destructors to be virtual"?????? why this is so needed?????

1512


What is meant by relay & co-ordination at substation engineering ?

1821






explain in detail about life cycle of thread

1840


How to create test case scenario?

1759


what is compiler

1396


WHAT IS DIFFERENT BETWEEN YOU AND OTHER APPLICANT TO GIVE YOU THE JOB

1607


Tell me about a major problem you recently handled. Were you successful in resolving it? in petroleum side ?

4101


Discuss the various process operations, clearly stating what is involved in each process operation.

1038


Discuss about WAP architecture in detail.

3567


DVC2000 performent: travel ??? and not output signal

1527


What is histogram? why and how it is used?

1498


plz tell me which books r important for gate exam (CSE)

1944