C Programming Multiple Choice Questions and Answers
Computer Languages
37. | _______ variables retain their values throughout the life of a program. |
---|
38. | The _______ statement can only be used with looping statements. |
---|
39. | A constant ______ be passed as an argument to a function. |
---|
40. | The scope of a variable is ______ to the block in which it is declared. |
---|
41. | Every string must be terminated with ______ |
---|
42. | If one structure is contained within another structure, then the structure is known as _______ |
---|