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

1. When a function is called, flow of control moves to the function's prototype.
2. A parameter is a special purpose variable that is declared inside the parentheses of a function definition.
3. A local variable and a global variable may not have the same name within a program.
4. A static variable that is defined within a function is initialized only once, the first time it is called.


1. F
2. T
3. F
4. T

Computer Science & Information Technology

You might also like to view...

What is the port number for Telnet?

What will be an ideal response?

Computer Science & Information Technology

A high-speed digital system requires a(n) ________ at each end of the connection to convert signals from analog to digital and back again

A) electromagnet B) laser diode C) microprocessor D) photo detector

Computer Science & Information Technology

An ________ section break is a formatting mark that indicates the beginning of a new section on the next odd-numbered page

A) Odd Page B) Even Page C) Opposite Page D) Alternate Page

Computer Science & Information Technology

What keyword can you use to specify an action to take in the event that a test expression does not match any case?

A. break B. switch C. default D. else

Computer Science & Information Technology