Subscribe to:
Posts (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...
-
#include <stdio.h> #include <string.h> int main () { char arithmetic[5]={'+','-','*',...
-
Code: %{ #include<stdio.h> int flag=0; %} %% [a-z . 0-9]+@[a-z]+".com"|".in" {flag=1;} %% int...
-
#include<stdio.h> #include<stdlib.h> #include<string.h> ...