I want to write a C program that evaluates the factorials of the integers from 1 to 5 and print them in a tabular format. However, I keep getting a strange number over everythin
In the statement printf("%d\t %d\n", &x, &factorial); you have used '&' which prints the address of that element.