Forum: C Jan 30th, 2009 |
| Replies: 12 Views: 1,572 Solution has been sent to you ... however i didnt compile the code, but it will work, i just forgot to set the boundries of array and hope that u will do it by using a nested while loop of if... |
Forum: C Dec 12th, 2007 |
| Replies: 7 Views: 4,851 Added just to help other....
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#define Operator 1
#define notOperator 0
#define empty -1 |