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 corrected statement in c++ so that the statement
will work properly. if (x = y) x = 2*z;

Answer Posted / rose

if(x==y)
{
x=2*z;
}

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the iterator and generic algorithms.

1987


why is c++ called oops? Explain

1096


What size is allocated to the union variable?

1126


Program to check whether a word is a sub-string or not of a string typed

2082


What are the 3 levels of programming languages?

1095


What is the extraction operator and what does it do?

1123


What is implicit pointer in c++?

1136


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

1183


Write about the stack unwinding?

1114


Is c++ platform dependent?

1137


How do I start a c++ project?

1117


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

1061


How can you quickly find the number of elements stored in a dynamic array?

1095


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2579


Is c++ a high level language?

1047