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 5743Post New CDAC C++ General Interview Questions
What is the message server in mqseries?
What is activex filtering?
How do I compress a file?
What is need of start 0?
Why do you not collapse under the pressure created by the atmosphere?
What are the critical issues you have resolved in your company
Which mysql function is used to concatenate string?
What is body tag?
Explain how to force the garbage collection in java.
What is CAG?
How do we remove #value in excel?
List some basic data types in c?
How do I know when my thread pool work item has completed?
what is meaning of 230volts ac 50hzs ac supply is it rms or maximum to getting ac 230v what amount of max voltage they will send
How do I automate a backup in mysql?