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
A program to allow an input operand and operator from the operator and read on the display and output operand.
hi send me sample aptitude papers of cts?
who developed c and why he developed c?
What is storage class?
How do I use strcmp?
what is the use of fflush() function?
Write a program to know whether the input number is an armstrong number.
What tq means in chat?
Program to find the value of e raised to power x using while loop
Program to find the absolute value of given integer using Conditional Operators
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above