Answer Posted / aravind
#include<stdio.h>
int main()
{
int a,b,c,d;
printf("enter the numbers");
scanf("%d,%d,%d",&a,&b,&c);
if(a>b&&a>c)
printf("a is greater");
if(b>a&&b>c)
printf("b is greater");
else
printf("c is greater");
}
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Is c still relevant?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Explain high-order bytes.
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Explain the array representation of a binary tree in C.
What is the heap in c?
What is the use of printf() and scanf() functions?
What is printf () in c?
what value is returned to operating system after program execution?
What is function in c with example?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What do you mean by c what are the main characteristics of c language?
swap 2 numbers without using third variable?
Explain function?