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

answer is a

Is This Answer Correct ?    31 Yes 0 No

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

Answer / hansaj

Answer is a

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

What is the easiest sorting method to use?

0 Answers  


Explain why C language is procedural?

0 Answers   GE,


Binary tree traversing

1 Answers   Qualcomm,


can we print any string without using terminator?

2 Answers   Infosys, TCS,


What are keywords in c with examples?

0 Answers  






What is c variable?

0 Answers  


Explain what is page thrashing?

0 Answers  


Is fortran still used today?

0 Answers  


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


What are the loops in c?

0 Answers  


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


Categories