Subscribe to:
Comments (Atom)
It's time To increase blogging capability. To have a chance to contribute in digital world. Any Interested People who want to make t...
-
Code : <?xml version="1.0" encoding="utf-8"?> <Lin...
-
#include <stdio.h> #include <string.h> int main () { char arithmetic[5]={'+','-','*',...
-
Write a LEX program that reads input file and copies only words starting with vowels to output file.Code : %{ #include<stdio.h> #include<string.h> %} alpha [a-zA-Z] digit [0-9] s...
