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
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What are the keywords in c?
What is c system32 taskhostw exe?
Is c still used?
Who invented bcpl language?
What are the differences between Structures and Arrays?
What is hashing in c?
What is a constant and types of constants in c?
What are the different types of constants?
Should I learn c before c++?
what is the height of tree if leaf node is at level 3. please explain
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Why c language is called c?
What is the use of a ‘ ’ character?