I have this code in C, but it's still not complete because I didn't consider the punctuation marks. Hope this will help:
#include<stdio.h>
typedef char Word[50];
typedef struct temp{
...
Type: Posts; User: heavensgate15; Keyword(s):
I have this code in C, but it's still not complete because I didn't consider the punctuation marks. Hope this will help:
#include<stdio.h>
typedef char Word[50];
typedef struct temp{
...