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

What is lazy keyword in c#?

961


Why do we use Design Pattern in C#?

1094


What are the uses of namespaces?

1057


How does one compare strings in c#?

1065


What is typeof undefined?

979


What do you understand by 'access specifiers' in C#?

956


how dot net compiled code will become platform independent?

982


What are the steps to create an assembly and add it to the gac?

934


Why delegates are type safe in c#?

930


Name some string escape sequences in c#.

1092


What is session variable in c#?

1056


What is default value of decimal c#?

921


Can firstordefault return null?

997


What is an expression in c#?

968


Is xamarin free?

898