write a program greater then three numbers without if,
if...else,while,do..while,for,switch statement.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / devinder singh
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
clrscr();
printf("\n Enter the 1st no. ");
scanf("%d",&a);
printf("\n Enter the 2nd no. ");
scanf("%d",&b);
printf("\n Enter the 3rd no. ");
scanf("%d",&c);
if(a>b)
printf("\n A is greater ");
if(b>c)
printf("\n B is greater ");
if(c>a)
printf("\n C is greater ");
getch();
}
Is This Answer Correct ? | 2 Yes | 4 No |
how u send idocs with out using r.f.c interface
What Embedded System ? Which is the best embedded training institute in Chennai?
what is the differance between a technology and an engineering ?
I am going to HAL Online test for Computer Science. Can you please mail me the model question papers ?
I'm currently placed in Lahore Pakistan. where can i do Microsoft certification. let me know the best place to do.?
why dijkstra algorithm not used for negative weighted edges graph??
WHERE CAN I GET SQL SERVER NOTES SOFT COPY?
what is the Relationship between quantity of Gas and capacity of AC machine in tonnage.
How does C pass variables to a function ?
how to identify analog and digital in instrumentation
1 Answers GS Engineering Construction,
can u perform addition of two octal numbers using java?
hi friends i am first time using this site.i came to by some tcs personals that certifications r important for placements.i am financially average i am learning java from books.please tell is it enough if not which certification should i go for