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 / sundeep
a.p=p+x;
q=q+y
| Is This Answer Correct ? | 55 Yes | 5 No |
Post New Answer View All Answers
What does *p++ do?
Write a C program to count the number of email on text
What is dangling pointer in c?
What is printf () in c?
What are the key features in c programming language?
what are non standard function in c
What is a program flowchart and how does it help in writing a program?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Here is a good puzzle: how do you write a program which produces its own source code as output?
Explain how to reverse singly link list.
What are the different file extensions involved when programming in C?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Can a function argument have default value?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
How can I find out how much free space is available on disk?