IDNStudy.com, ang iyong mapagkukunan para sa maaasahan at pangkomunidad na mga sagot. Tuklasin ang libu-libong mga sagot na na-verify ng mga eksperto at hanapin ang mga solusyong kailangan mo, anuman ang paksa.

Undefined variable used in software engineering

Sagot :

Answer:

>  a variable that is accessed in the code but has not been previously declared by that code

Explanation:

  • In some programming languages, an implicit declaration is provided the first time such a variable is encountered at compile time.