Monday, May 24, 2010

If possibe how to "declare" an array using stack(assuming stack is a basic data type in 'c' language)

Hi !!your question is as absurd as asking me to declare a float in terms of a char.


Both array and stack are two different facets. yes, you can achieve the functionality of either using the other but to declare, just beats my mind.


More ppl could help you if you try to be a trifle more clear...!!!





Sorry ~Neo~

If possibe how to "declare" an array using stack(assuming stack is a basic data type in 'c' language)
i could google this and give you the answer, but i am lazy and you can do this yourself. google is great for these types of questions
Reply:Same syntax as any other data type I assume.





stack mystack[10];


No comments:

Post a Comment