Question 2
What does the static keyword do in a function?
Makes the variable global
Preserves value between calls
Allocates dynamic memory
Makes it constant
Question 3
Which function is typically executed first when a program begins execution?
main()
class()
loop()
variable()
Question 4
What is the lifetime of a global variable?
Function duration
Block duration
Program duration
Loop duration
There are 5 questions to complete.