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 4918Post New CDAC C++ General Interview Questions
let me know the minimum Accounting Heads in an accounting system
Tell me the advantages of baseband modulation over broadband?
What is the difference between power diode and signal diode?
What is spooling?
Tell us about the stages (phases) of the jsp life cycle.
Is c# good for beginners?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
What are the main components of the SAP Netweaver Portal?
What is 'alco'?
How do I create a windows desktop application in visual studio?
Which is faster linq or lambda?
what is the maximum number of parameters allowed in rpg?
What does ### in excel mean?
what kn of disc is used in 33kv,132kv,220kv,400kv,800kv transmission line
what does static variable mean in c language?