Wednesday 13 April 2016

Password Validation Check C Language Program

#include<stdio.h>
#include<conio.h>
/******************************************
Develop By Girfa
Visit : http://girfahelp.blogspot.in/2012/09/some-program-of-c-language.html
*******************************************/
void main()
{
char pass[20],ch;
int i,number,special,capital,small;
number=special=capital=small=0;
clrscr();

Tuesday 12 April 2016

3gvs4g

3G vs 4G

Sunday 10 April 2016

CCC (Computer Basic) MCQ Question Answer



1 a sesitive device that convert printed material into its equivalent digital form
 (A)scanner (B)ocr ( C)a and b (D)None of these

2 Which protocol provide email facility
 (A)FTTP (B)SMTP ( C)SNTP (D)HDLC

3 The basic architecture for digital computer was developed by
 (A)Bill Gates (B)Charles Babbage ( C)John Von Neumann (D)Garden Moore

4 Decimal (128) Hex Equal is (?) 
 (A)20 (B)30 ( C)40 (D)80

Thursday 7 April 2016

Image Map HTML

<html>
<head>
<title>Girfa : Image Map</title>
</head>
<body>
<img src="1.jpg" usemap="#planetmap" >
<map name="planetmap" >
  <area shape="rect" coords="0,0,82,126" href="2.htm" alt="Sun" title="Get Report">
  <area shape="rect" coords="150,90,320,620" href="2.jpg" alt="Sun" title="Strong Man">
  </map>
</body>
</html>