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

public void A() {
int x;
x = 8;
x *= 4 + 8 / 2;
}
Given the above code, what is the value of "x"?

Answer Posted / nitin

x=8;
x=12/2*8;
x=6*8;
x=48;

The Anwere is 48

Is This Answer Correct ?    0 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Illustrate namespaces in c#?

1062


Is null empty or whitespace c#?

1014


Why do we need events in c#?

1033


What are generations and how are they used by the garbage collector?

973


List the 5 different access modifiers in c#?

971


How do you prevent a class from being inherited?

967


What is static variable in c#?

1020


Is array value type in c#?

1089


What is addressof operator?

1027


How do I create a new form in c#?

1030


Can a string be null c#?

939


What is the difference between var and dynamic types in c# 4.0?

1107


Define the term immutable ?

1119


What is namespace in oops?

968


What happens if the inherited interfaces have conflicting method names?

1040