Pila con arreglos sin punteros

1
2
unsigned int pila[1000] = {0};
unsigned int pos = 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Programa que crea una pila de 1000 elementos enteros e implementa sus funciones básicas sin usar punteros.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.