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 / preetisahu
answer is a
Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
What is static and auto variables in c?
How can I manipulate strings of multibyte characters?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
How can you draw circles in C?
What is difference between static and global variable in c?
#include
When should we use pointers in a c program?
Define circular linked list.
What is "Hungarian Notation"?
Why c is called object oriented language?
How do I use strcmp?
What are the header files used in c language?
What is a constant and types of constants in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
explain what are actual arguments?