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
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Is it cc or c in a letter?
Wt are the Buses in C Language
What is the purpose of sprintf() function?
Find MAXIMUM of three distinct integers using a single C statement
Can we initialize extern variable in c?
code for replace tabs with equivalent number of blanks
Why c language?
What is the difference between NULL and NUL?
Explain the difference between call by value and call by reference in c language?
What are extern variables in c?
Define recursion in c.
What are the general description for loop statement and available loop types in c?
Is c compiled or interpreted?
How can I make sure that my program is the only one accessing a file?