Entries categorized as easiest way to store variables

Easiest way to store variables

On July 15, 2009 / By admin / In Unix / No Comments
What is the easiest way to store variables? Explain. The easiest way to store the values of the variables is in a 26-element array; the single-letter variable name can be used to index the array. But if the grammar is to process both variable names and values in the same stack, yacc has to be told that Read More...