Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

C Language homework help (34 pts) Consider the following program with only the v

ID: 3737251 • Letter: C

Question

C Language homework help

(34 pts) Consider the following program with only the variable declarations shown. For each statement below, specify whether it is true or false and explain why. 1. int X void alpha(int a) int b void beta) static int k; void gamma(int x) int main( int x, y, z int y, Z; a. (7 pts) Function alpha can access the external variable x b. (7 pts) Function main has access to the static variable k declared inside function beta (7 pts) In the inner block of the main function, the block variable y hides the local main variable y c. d. (7 pts) Function beta is the only function that can access global variable x

Explanation / Answer

According to Chegg policy, I allowed to answer up to 5 answers.

Ans1. True

Ans2. False

Ans3. True

Ans4. False

Ans5. False