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

read the folllowing code
# define MAX 100
# define MIN 100
....
....
if(x>MAX)
x=1;
else if(x<MIN)
x=-1;
x=50;
if the initial value of x=200,what is the vlaue after
executing this code?
a.200
b.1
c.-1
d.50

Answer Posted / fazlur rahaman naik

the right answer is d.

Is This Answer Correct ?    14 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you determine whether to use a stream function or a low-level function?

1136


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1208


Is main is user defined function?

1216


What is array of structure in c?

1254


How to throw some light on the b tree?

1154


What is cohesion and coupling in c?

1099


What is #line used for?

1074


Why does notstrcat(string, "!");Work?

1209


What is typedef struct in c?

1097


Describe the header file and its usage in c programming?

1110


How do you search data in a data file using random access method?

1362


What are the usage of pointer in c?

1246


What is structure in c definition?

1112


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

1372


What is a 'null pointer assignment' error?

1252