/*Linux program to fetch IP address of host machine */ #include"stdio.h" #include"stdlib.h" #include"errno.h" ...
Read More
Showing posts with label unix program. Show all posts
Showing posts with label unix program. Show all posts
Linux program to fetch file from Apache Server
/* Linux program to fetch file from Apache Server */ #include"/usr/include/linux/inet.h" #include"isc/socket.h" #include...
Read More
LEX program to check whether a expression is valid or not
%{ #include<stdio.h> int a=0,b=0,c=0,d=0,ob=0,cb=0; int flaga=0,flagb=0,flagc=0,flagd=0; %} %% [a-zA-z]+ printf("\n %s is an ide...
Read More
YACC program to evaluate an arithmetic expression involving +, - ,* , /
LEX program - -> create a file named calci.l and write following program in it. %{ #include"y.tab.h" #include<math.h> ext...
Read More
Subscribe to:
Posts (Atom)