Hi, Can any one help why RUNTIME ERROR:
This is my code:
#include <stdio.h>
#include <string.h>
#define MAX 100
int findRoot(char in[],char item)
{
int i;
for(i = 0; i < strlen(in); i++)
if(in[i] == item)
return i;
return 0;
}
void postfix(char pre[],int pre_low,char in[],int in_low,int ...
Search found 9 matches
- Wed Jan 14, 2004 4:58 pm
- Forum: Volume 5 (500-599)
- Topic: 536 - Tree Recovery
- Replies: 19
- Views: 10797
- Wed Jan 14, 2004 4:57 pm
- Forum: Volume 5 (500-599)
- Topic: 536 - Tree Recovery
- Replies: 19
- Views: 10797
- Fri Dec 26, 2003 11:19 pm
- Forum: Algorithms
- Topic: Algorithm Books
- Replies: 19
- Views: 7839
- Fri Dec 26, 2003 11:16 pm
- Forum: Algorithms
- Topic: Algorithm Books
- Replies: 19
- Views: 7839
- Sat Nov 08, 2003 7:06 am
- Forum: Volume 1 (100-199)
- Topic: 117 - The Postal Worker Rings Once
- Replies: 58
- Views: 25075
- Sat Oct 25, 2003 2:43 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10034 - Freckles
- Replies: 101
- Views: 49000
- Wed Oct 22, 2003 2:48 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10510 - Cactus
- Replies: 31
- Views: 28094
- Sat Oct 18, 2003 12:36 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10510 - Cactus
- Replies: 31
- Views: 28094
- Fri Oct 17, 2003 4:27 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10510 - Cactus
- Replies: 31
- Views: 28094
10510Cactus
Is this Kernel DAG ??
[/url]
