Showing posts from February, 2024

factorial (loop)

#include <stdio.h> int main (){   int i , f = 1 , num ;     printf ( "Enter a numb…

Load More
No results found