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 / 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 |
Post New Answer View All Answers
How pointers are declared?
What does d mean?
What is the difference between call by value and call by reference in c?
What is a structure member in c?
What does 3 mean in texting?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What are the general description for loop statement and available loop types in c?
Can you write a programmer for FACTORIAL using recursion?
What is an example of structure?
What are keywords c?
What is the purpose of sprintf() function?
What type is sizeof?
What is the difference between printf and scanf )?
How are Structure passing and returning implemented by the complier?
please give me some tips for the placement in the TCS.