(Solved) : 1 Consider Following File One Function 7 Variables Variable V1 V7 Wil Determine Scope Perm Q32432080 . . .
1. Consider the following file with one function and 7 variables. For each variable (v1-v7) you wil determine its scope and permanence by selecting letters (A-F) that describe each variable. That is, you will choose from options A-F for each variable and may choose more than one letter if appropriate. Also, each letter may be used zero, one, or more times throughout the answers for v1-v7 // This is the first line of the E2.c source file long vi; volatile long v2: static long v3 void E2_Init (long v4) long v5 static long v6i v5-0 long v7 if(v4–Ο) { vl-0 v2 10 // this is the last line of the E2.c source file For each variable above, choose the letter that best describes that variable A) A public permanently-allocated variable B) A public temporarily-allocated variable C) A temporary variable private to the function E2_Init D) A permanently-allocated variable private to the function E2_Init E) A permanently-allocated variable, private to the file E2.c F A syntax error causing this code to not compile For each variable vl-v7, choose one or more letters A-F vl: v4 Show transcribed image text
Expert Answer
Answer to 1 Consider Following File One Function 7 Variables Variable V1 V7 Wil Determine Scope Perm Q32432080 . . .
OR