Print An Array In Reverse | C Programming Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

What if we have an array not full. like
V[5] where the fifth value does not exists.

ridoxi
Автор

it's not like i'm complaining... but...
recent programming examples are starting to look like answers to school exams...
it's not a bad thing... just would be great to see more challenging things from time to time...
idk... something like:
different types of input buffers,
advanced sorting algorithms,
multidimensional structs,
multithreading,
attribute specifiers,
timers for delayed events,
pipes,
tcp\udp server-client implementation...

Architector