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.
True | |
False |
Question 2 |
During Second Run , Address of Variable may change. Say True or false
True | |
False |
Question 3 |
Local Variable is having _______ scope ?
local | |
only inside current Program | |
global | |
inter program |
Question 4 |
Inner Block Only | |
Inner Block and Outer block | |
In Complete Program | |
Outer Block Only |
Question 5 |
Local Variable is Accessible in - [Select Appropriate Option(s)]
From function | |
From Main | |
None of these | |
From block in which it is declared |
There are 5 questions to complete.