Aug 6, 2024
for
and while
constructs.Development of a simple C program:
#include <stdio.h>
to include standard functions.system()
function to execute commands like whoami
.Debugging Techniques:
whoami
command not being executed correctly.