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


Please Help Members By Posting Answers For Below Questions

What is static and auto variables in c?

659


How can I manipulate strings of multibyte characters?

714


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1793


How can you draw circles in C?

720


What is difference between static and global variable in c?

623






#include { printf("Hello"); } how compile time affects when we add additional header file .

1519


When should we use pointers in a c program?

740


Define circular linked list.

658


What is "Hungarian Notation"?

735


Why c is called object oriented language?

695


How do I use strcmp?

737


What are the header files used in c language?

669


What is a constant and types of constants in c?

695


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

866


explain what are actual arguments?

738