Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a C program to find the smallest of three integers,
without using any of the comparision operators.

Answer Posted / eswaran

Sorry this is wrong answer....

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about the use of bit field?

1096


What is indirection? How many levels of pointers can you have?

1206


Define circular linked list.

1080


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

1090


What is the 'named constructor idiom'?

1144


What is volatile variable in c?

1152


What is a 'null pointer assignment' error?

1247


What is a global variable in c?

1070


How can I access an I o board directly?

1123


What is the difference between pure virtual function and virtual function?

1177


Explain what are the different file extensions involved when programming in c?

1155


What is the c language function prototype?

1138


Where we use clrscr in c?

1184


What are the different categories of functions in c?

1177


What are the 5 data types?

1207