Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What are undefined and undeclared variables?

4 like 0 dislike
Hello

What are undefined and undeclared variables?

Please give me your feedback.....
asked 1 year ago by daneim (127,080 points)

1 Answer

2 like 0 dislike
 
Best answer
Undeclared variables are those that are not declared in the program (do not exist at all),trying to read their values gives runtime error.But if undeclared variables are assigned then implicit declaration is done .
Undefined variables are those that are not assigned any value but are declared in the program.Trying to read such variables gives special value called undefined value.
answered 1 year ago by marck_don (191,010 points)

Related questions

4 like 0 dislike
1 answer
4 like 0 dislike
1 answer
5 like 0 dislike
0 answers
5 like 0 dislike
0 answers