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
What is the key element of Defect Report and Test case format?
safety valve calculation?
what is the main fuction of OSPF in a internetwork? how does work of same network?
My system suddenly get off,when i try to power on then it does not work but when i open it and clean RAM and insert it again, it power on.but after some day same problem? please give the answer (i have also changed RAM it's new.)
how strcpy usingrecursive function
what is the formula/ ratio for hollow block? considering to a 40 kgs of portland cement.
hi i am avinash ,i am doing ma b-tech(cse) final year and i have been detained for 2years due to attendance and i will be finished ma b-tech in 6 years ,plz tell me weather i will be eligible for government jobs like bhel, drdo,or any other private companies
what is the difference a zero argument constructor and a default constructor?
what is b tree
iam from engineering information technology ... can i write group 1 exams??
how to use photoshop and some related websites?
Write a program to input 10 elements in an array and seperate even and odd numbers, positive and negative between them ?
What is the pressure in co2 cartridge in a DCP 5 kg extinguisher.
Write a program to count the no. of occurrence of word in given string Ex- Ram is good boy. Ram is doing good job. Ram – 2 is – 2 good – 2 boy – 1 doing –1 job – 1
How does C pass variables to a function ?