Can a C++ program designate the exact location where the data variables are placed in memory? Explain.

What will be an ideal response?


The local variables are placed on the stack and global variables are placed on the heap. The exact location is determined by the operating system when the program is executed. The programmer can not dictate where exactly the values are placed.

Computer Science & Information Technology

You might also like to view...

To delete an icon from the desktop, right-click it, then click Cut.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

________ enables interactive functionality beyond the simple display of information on a web page by providing a platform which can execute a program to do things like collect data from the user

A) OC B) ACK C) CGI D) UDP

Computer Science & Information Technology

Query Objects are often used because business managers rarely need all the data contained in a database

Indicate whether the statement is true or false

Computer Science & Information Technology

Basic body elements such as the

and
elements are some of the most frequently used elements in Web page authoring.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology