Why is it necessary to place “using namespace std;” in your program? Where should it be placed?
What will be an ideal response?
So that C++ knows to use the C++ libraries. It should be placed at the top of the file, above any functions.
Computer Science & Information Technology
You might also like to view...
________ spacing refers to the amount of space between lines
Fill in the blank(s) with correct word
Computer Science & Information Technology
An artistic effect is a ________, that is applies to a picture to create a special effect
A) color scheme B) shadow C) filter D) 3-D feature
Computer Science & Information Technology