Is it true that if you do not assign values into your variables, then C++ automatically assigns zero into them? Explain.
What will be an ideal response?
No, C++ does not assign anything into variables, Visual C++ assigns large negative values into variables, but this is their convention.
Computer Science & Information Technology