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

Answers were Sorted based on User's Feedback



how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; ..

Answer / sundeep

a.p=p+x;
q=q+y

Is This Answer Correct ?    55 Yes 5 No

how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; ..

Answer / bibaswan.guha

Venkat can you please explain why the behaviour is going to
be like this (what you have mentioned) ?
Because the ";" should be signifying the termination for
the first line.

Is This Answer Correct ?    9 Yes 1 No

how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; ..

Answer / santhosh

all answers are wrong because

suppose for example can u give like i=i+1;
it it interprets as i+=1

so here it interprets as p+=x;
q+=;

Is This Answer Correct ?    7 Yes 7 No

how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; ..

Answer / venkat

b.p=p+xq=q+y

Is This Answer Correct ?    3 Yes 21 No

Post New Answer

More C Interview Questions

what is c programing

11 Answers   Wipro,


How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


Dont ansi function prototypes render lint obsolete?

0 Answers  


What is getche() function?

0 Answers  


Which type of language is c?

0 Answers  


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


What is difference between structure and union in c programming?

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


no consistent academics. how to answer the question

0 Answers  


Categories