Question: a.) In main.c define an int A which will be static and initialize b.) In alpha.c give the entire file access to the variable A

a.) In main.c define an int A which will be static and initialize b.) In alpha.c give the entire file access to the variable A from c.) In main.c define an int B which will be static and d.) Make the function in main.c named bollywood visible only to e.) In main.c define an int goober which will be initialized to f.) In alpha.c in the function skip define an int pq which will g.) In alpha.c define a static int variable Q which will only be it to 42. part a. initialized to 63; the functions in main.c 20 and will have a value that persists. be initilaized to 11 visible in that file. File: main.c: int main() int bollywood () File: alpha.c: void skip(int r) int bell()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
