Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 482 Bytes

Longest-prefix-from-a-list-in-c

simple approch to find longest prefix in a list of words using C progamming

the code is done you just have to run the code.

for example your using a linux then the commands are as follows... (gcc -o string string.c) (./string)

for windows if you have a gcc complier installed then follow this command👎 to check gcc is installed or not just type gcc-v in cmd if the compiler is present then type in cmd:- (gcc -o string string.c) (string.exe)