Program to find larger of the two numbers without using if-else,while,for,switch
Answer Posted / amit
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
(a>b)?printf("a is larger") : printf(" b is larger ");
getch();
}
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What are loops c?
What are valid signatures for the Main function?
how can I convert a string to a number?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Explain the difference between structs and unions in c?
Is null always equal to 0(zero)?
How does pointer work in c?
Where can I get an ansi-compatible lint?
Explain void pointer?
What is getch c?
Explain the binary height balanced tree?
What is the difference between far and near in c?
What is a memory leak? How to avoid it?
What Is The Difference Between Null And Void Pointer?
How can I call a function with an argument list built up at run time?