Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }
2 5128Post New CDAC C++ General Interview Questions
What is the use of prototype?
Suppose in a project meeting, somebody fires U, how will U react ?
How do I count the length of a string in c#?
Explain the typography and links in Bootstrap?
Describe major components of db2?
Define the term material facts in accounting?
What are the only two planets to rotate from east to west?
how to calculate service tax on tds
Can you help me to pass the journal entry for work in progress for a construction company? I would like to know the debit and credit for W.I.P will be under in which accounts head. Eg: debit will be in current asset a/c head, and credit will be under in which a/c in P&L? whether under purchase a/c head, or under direct income a/c head? please give me the details. Thanks for your previous answer?
briefly describe immunoglobulin (ig) e.
How is radiation emitted from the body?
Define different cascading methods that can be used inside the cascading order.
Explain about the boot process?
What is whitespace in javascript?
Why is ram also known as volatile memory?