INTRODUCTION ->This is the first readme file for this repo.

->As a low level programmer, it is expedient all files and directories are arranged for proper use.

LIST OF DIRECTORIES IN THIS REPO

  1. 0x00-hello_world

  1. 0x02-functions_nested_loops

  1. 0x03-debugging

  1. 0x04-more_functions_nested_loops

  1. 0x05-Pointers, arrays and strings

DO YOU KNOW ->C is an imperative (procedural) language. ->All the code has to be inside a function. ->C files are source code of your program.