Saturday, July 19, 2008

In C, a Union is

a. Memory location
b. Memory store
c. Memory screen
d. None of these

Thursday, June 19, 2008

A Link is

a. A compiler
b. An active debugger
c. A C interpreter
d. A analyzing tool in C

Monday, May 19, 2008

A Structure

a. Can be read as a single entity
b. Cannot be read as a single entity
c. Can be displayed as a single entity
d. Has member variables that cannot be read individually

Saturday, March 1, 2008

You want to compile an object file that will be used as a shared object library.

Given the scenario described above, which change does the compiler make?

Choice a: Heap memory is not allocated to the shared object file.
Choice b: Variables are located in a public namespace.
Choice c: Shared object variables are designated by preceding their names with the shared object filename to assure they are unique.
Choice d: The base memory address is not defined in the object file.
Choice e: The stack is cleared, so a stack size is not assumed.

Friday, January 25, 2008

The number of the relational operators in the C language is

a. Four
b. Six
c. Three
d. One
e. Eight