using namespace std; tells the compiler
a. where to get the definitions of certain objects (variables)
b. where your program is located
c. what language to use for input and output
d. nothing
a. where to get the definitions of certain objects (variables)
Computer Science & Information Technology
You might also like to view...
Which statements will execute successfully? (Choose 2)
A) SELECT employee_id, last_name, job_id, department_id, hire_date FROM employees ORDER BY 3; B) SELECT first_name, last_name FROM employees ORDER BY employee_id DES; C) SELECT first_name, last_name, first_name||last_name fullname FROM employees ORDER BY fullname; D) SELECT employee_id, first_name, last_name FROM employees ORDER BY employee_id DESCEND;
Computer Science & Information Technology
An image resized with the corner sizing handles is resized ________
Fill in the blank(s) with correct word
Computer Science & Information Technology