affiliate marketing
Showing posts with label anna university lab exercise for compiler design. Show all posts
Showing posts with label anna university lab exercise for compiler design. Show all posts

Wednesday, 14 December 2011

PCD lab exercise

#include<stdio.h>
#include<conio.h>
#include<string.h>
#include<ctype.h>
int ret[100];
static int pos=0;
static int sc=0;

void nfa(int st,int p,char *s)
 {
  int i,sp,fs[15],fsc=0;
  sp=st;
  pos=p;
  sc=st;