biggest of two no's with out using if condition statement
Answer Posted / ramanjaneyareddy
#include<stdio.h>
main()
{int a,b,c;
scanf("%d%d",&a,&b);
c=(a>b)?a:b;
printf("%d",c);
return(0);
}
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Whats s or c mean?
What are the different types of pointers used in c language?
What is define c?
What is New modifiers?
Explain how can type-insensitive macros be created?
How main function is called in c?
the question is that what you have been doing all these periods (one year gap)
How many keywords are there in c?
Why isn't it being handled properly?
What is 1d array in c?
What are the application of void data type in c?
How can I find the modification date and time of a file?
What are local variables c?
What is time complexity c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above