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 / hansaj
Answer is a
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is sizeof () an operator and not a function?
What is equivalent to ++i+++j?
What is meant by gets in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
write a program for the normal snake games find in most of the mobiles.
Can you subtract pointers from each other? Why would you?
Explain #pragma statements.
What is the use of parallelize in spark?
What is main () in c language?
All technical questions
What are disadvantages of C language.
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
How many types of functions are there in c?
Which is best book for data structures in c?
Where can I get an ansi-compatible lint?