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

how does the C compiler interpret the following two statements
p=p+x;
q=q+y;
a.p=p+x;
q=q+y
b.p=p+xq=q+y
c.p=p+xq;
q=q+y
d.p=p+x/q=q+y

Answer Posted / venkat

b.p=p+xq=q+y

Is This Answer Correct ?    3 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are header files in c programming?

1183


What is memory leak in c?

1183


Is c++ based on c?

1135


What does c mean?

1108


Explain why can’t constant values be used to define an array’s initial size?

1403


Why is structure important for a child?

1153


Can a local variable be volatile in c?

1057


Explain how do you determine a file’s attributes?

1096


Differentiate between null and void pointers.

1234


What are conditional operators in C?

1147


What is difference between union and structure in c?

1250


What is meant by high-order and low-order bytes?

1111


Explain how are 16- and 32-bit numbers stored?

1310


What does *p++ do?

1079


Is there any demerits of using pointer?

1124