InterviewSolution
Saved Bookmarks
| 1. |
Which type of variables can have the same name in a different function?(a) Global variables(b) Static variables(c) Function arguments(d) Both static variables and Function argumentsThis question was addressed to me by my college director while I was bunking the class.Enquiry is from Pointers and Function Arguments in chapter Pointers and Arrays in C of C |
|
Answer» Correct option is (d) Both STATIC VARIABLES and FUNCTION arguments |
|