In C,which of the following variables are created at the time of a function call and destroyed when the function returns?
(a) integer variables(b) parameters to the function (c) static variables declared within the function (d) extern variable
I think that the answer (c). True or not?
Please advice for me related MCQ C web site.. Thanks a lot..
Comments
Leave a comment