Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
Define Block scope variable?
0
votes
asked
Jan 22, 2021
by
abitha
(
1.6k
points)
c
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 22, 2021
by
Annie
(
1.1k
points)
selected
Jan 22, 2021
by
abitha
Best answer
Block scope is the area within if, switch conditions or for and while loops. Generally speaking, whenever you see, it is a block.
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What is scope of a variable? How are variables scoped in C?
Define access specifier and its various types in C++
define objects in C++
Define the Reference variable?
What is a default argument in C++?
...