Sail E0 Webinar
Question
Which variable has the longest scope?    int b;    int main()    {        int c;        return 0;    }    int a;
Options:
A .  a
B .  b
C .  c
D .  Both (a) and (b)
Answer: Option B


None.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers