Algol | Answers

Here is another C program to achieve the same.  It uses a macro N which is defined as of length 9 initially. [apcode language="cpp"] #include <stdio.h> #include <string.h>  #define N 9...

View Question
0 Votes