Dr. Ehoneah Obed
Dr. Ehoneah Obed

Dr. Ehoneah Obed

Follow
homeLinux LessonsGit & GithubC ProgrammingPythonbadgesnewsletter
Tag

coding

#coding

More content

Read more stories on Hashnode


Articles with this tag

Write a program that prints all possible combinations of single-digit numbers

Jun 7, 20223 min read

Using both putchar and printf functions with for and while loops · 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 The question is about writing a C program that produces...

Write a program that prints all possible combinations of single-digit numbers

Write a program for a school grading system in C

Jun 6, 20223 min read

During a peer learning day discussion amongst myself and my colleagues in the ALX Software Engineering (May 2022 cohort), we tasked ourselves with...

Write a program for a school grading system in C

Betty Styles For C Programming Explained

Jun 6, 20226 min read

Understanding how Betty styles work · What is Betty style and documentation in C programming? As part of the Software Engineering program at ALX and...

Betty Styles For C Programming Explained

Write a C program that prints the last digit of the number stored in a variable

Jun 5, 20223 min read

This question is a bit tricky for beginners, and you probably won't know exactly how to solve it. But as a programmer or a software engineer in the...

Write a C program that prints the last digit of the number stored in a variable

Write a C program that prints whether a given number is positive or negative

Jun 4, 20225 min read

Practical Example Assume that you have a program that generates a random number each time the program is run. Now, write a C program to tell whether...

Write a C program that prints whether a given number is positive or negative