Same names can be used for different functions without any conflict. True False 7 . The variables commonly used in C functions are availableto all the functions in a program. True False 8 . Members of different structures must have unique names. True False 9 . How can we return control from a called function to the caller function a. struct b. return c. printf 10. A variable that’s known only within the function in which it’s defined is called a(n). a. Local Variable b. Global Variable 11 . The _______ of an identifier is the portion of the program in which the identifier can be used. a. Function Definition b. Function Declaration c. Function Call d. Function Return 12 . What is the only function all C++ programs must contain? a. start() b. system() c. main() d. program()
6 . Same names can be used for different functions without any conflict. True False
7 . The variables commonly used in C functions are availableto all the functions in a
8 . Members of different structures must have unique names. True False
9 . How can we return control from a called function to the caller function a. struct b. return c. printf
10. A variable that’s known only within the function in which it’s defined is called a(n). a. Local Variable b. Global Variable
11 . The _______ of an identifier is the portion of the program in which the identifier can be used. a. Function Definition b. Function Declaration c. Function Call d. Function Return
12 . What is the only function all C++ programs must contain? a. start() b. system() c. main() d. program()
Trending now
This is a popular solution!
Step by step
Solved in 2 steps