Sail E0 Webinar
Question

Which of the following are an external variable?    int func (int a)    {        int b;        return b;    }    int main()    {        int c;        func (c);    }    int d;

Options:
A .  a
B .  b
C .  c
D .  d
Answer: Option D


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