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 (except static variables, this is covered in Chapter 4 and 5.) Visual C++ assigns large negative values into variables, but this is their convention.
Computer Science & Information Technology
You might also like to view...
________ means that we live a life which allows us extra time to do work and projects we care about
Fill in the blank(s) with correct word
Computer Science & Information Technology
If you click the button for Header row in the Sort dialog box, what happens?
A) The Header row names appear in the Sort by list. B) The Header row will automatically be changed to numbers. C) The Header row numbers appear in the Sort by list. D) The Header row will be included in the sort.
Computer Science & Information Technology