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 / preetisahu

answer is a

Is This Answer Correct ?    31 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a progrmm in c language take user interface generate table using for loop?

2103


which is conditional construct a) if statement b) switch statement c) while/for d) goto

1268


What is a protocol in c?

1058


What is wild pointer in c with example?

1113


What are data types in c language?

1109


Can an array be an Ivalue?

1141


Explain how does free() know explain how much memory to release?

1138


Explain how can I prevent another program from modifying part of a file that I am modifying?

1142


Why isnt any of this standardized in c?

1127


What is the difference between malloc() and calloc() function in c language?

1140


What is modifier & how many types of modifiers available in c?

1074


Define macros.

1331


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

2308


What is the function of this pointer?

1459


Why c is called top down?

1219