Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.96 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.96 KB

image ALX Cohort 18

This repository contains alx C projects and other low level programming exercices.

AS A PROGRAMMER, WHAT DO YOU DO WHEN YOU GET STUCK?

  • To help you track down that bug, start reading your code aloud.
  • Pretend that a programmer friend is sitting right next to you.
  • Explain what your code is doing and how it works. As you talk through your code, you’ll find the problem. If you don’t, have your imaginary friend ask you questions during your explanation., 9-fizz_buzz.c, 100-prime_factor.c, 101-print_number.c Don’t worry about going mental. You’re a C programmer. You’re already mental. 😅

As a bonus, talking through your code also helps you identify which portions need to have comments and what the comments should be.

Content

0x00-hello_world project.. 0x01-variables_if_else_while.. 0x02-functions_nested_loops.. 0x03-debugging.. 0x04-more_functions_nested_loops.. 0x05-pointers_arrays_strings.. 0x06-pointers_arrays_strings .. 0x07-pointers_arrays_strings.. 0x08-recursion.. Process...