Which variable has the longest scope?
int b; int main() { int c; return 0; } int a;
Answer: B
No answer description available for this question.