C Programming MCQ : Switch Case Multiple Choice Questions
Question 1 |
During second Run , Value set inside variable during current run will be considered as garbage.
False | |
True |
Question 2 |
During Second Run , Address of Variable may change. Say True or false
False | |
True |
Question 3 |
Local Variable is having _______ scope ?
local | |
global | |
inter program | |
only inside current Program |
Question 4 |
Inner Block Only | |
Outer Block Only | |
Inner Block and Outer block | |
In Complete Program |
Question 5 |
Local Variable is Accessible in - [Select Appropriate Option(s)]
From Main | |
From function | |
None of these | |
From block in which it is declared |
There are 5 questions to complete.