Forum: C Nov 10th, 2004 |
| Replies: 9 Views: 4,303 it runs .... :)
thannnnnnk u very much
and sorry for inconvenience.... |
Forum: C Nov 10th, 2004 |
| Replies: 9 Views: 4,303 I still can't solve it >>>
thank u ...and if u can give more help ...i'd be happy ..i try it ...but i can't generate random questions ....
thank u ... |
Forum: C Nov 9th, 2004 |
| Replies: 9 Views: 4,303 i try these code that i want 2 questions appear randomly from 3 quetions ..but still don't work.. :sad: :sad:
#include <stdio.h>
#include <stdlib.h>
int main()
{
int N,counter,i;
int r =... |
Forum: C Nov 8th, 2004 |
| Replies: 9 Views: 4,303 thank u...
but i still don't know how to use array ...i know functions only ....if u can write some of the code ... |
Forum: C Nov 8th, 2004 |
| Replies: 9 Views: 4,303 hi all...i am a not that much in programming ...
i would ask you how i can generate a multiple choice question chosen randomly from a list of questions with answers using functions in C program ... |