biggest of two no's with out using if condition statement

Answer Posted / shafi.shaik

main()
{
int a,b;
a=10;
b=20;
clrscr();
if(a/b)
printf("A is Biggest");
if(b/a)
printf("B is Biggest");
getch();
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a spanning Tree?

966


What is pivot in c?

570


What is sizeof return in c?

619


Why #include is used in c language?

605


What happens if you free a pointer twice?

615






How many parameters should a function have?

670


What is the use of sizeof () in c?

562


Wt are the Buses in C Language

2753


Explain Function Pointer?

685


Write a program to implement queue.

669


#include { printf("Hello"); } how compile time affects when we add additional header file .

1428


What is the use of function in c?

715


Write programs for String Reversal & Palindrome check

601


How are 16- and 32-bit numbers stored?

727


What is void main () in c?

738