Programming Languages C Subjective
Mar 15, 2013

What would happen if you prefixed some variables with following symbols?

Detailed Explanation

i.) $ - The variable becomes a scalar variable which can hold one value only
ii.) @ - The variable becomes an array variable which can hold a list of scalar variables
iii.) % - The variable becomes a hash variable which stores values as key-value pairs

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback