Search found 1 match

by gandil
Sun Jan 08, 2006 5:20 pm
Forum: C
Topic: Random Sentence from a File
Replies: 2
Views: 3849

Random Sentence from a File

Hi;
I wanna write a program which will show a random sentence from a specific file for each execution. Each sentence will separated by "\n".

I wrote a code but it isn't work. is there any suggestion.

Please help me...

My Code:

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include ...

Go to advanced search