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...

when will be evaluated as true/
if(x==x==x)
a) x=1;
b) x=0;
c) x=-1;
d) none

Answer Posted / vikram

if x=1,then x==x evaluates to 1;
again,1==x evaluates to 1 only if x=1,
if(1) means condition becomes true and the if block will be
executed,
thnx

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get string length of given string in c?

1125


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1788


What is call by reference in functions?

1546


What is a string?

1175


What are data types in c language?

1109


What is dynamic memory allocation?

1393


What is NULL pointer?

1144


What are the types of functions in c?

1041


How do you determine the length of a string value that was stored in a variable?

1175


explain what is fifo?

1135


what do you mean by inline function in C?

1103


List some of the static data structures in C?

1245


How can I do graphics in c?

1076


What is 2c dna?

1132


Explain the difference between call by value and call by reference in c language?

1165