Saturday, December 10, 2016

Basic html iframe tag work and how to update your firefox




<iframe width="480" height="270" src="https://www.youtube.com/embed/nnqkCn01Bvw" frameborder="0" allowFullScreen=""></iframe>






Thursday, December 8, 2016

C Program

program name:register datatype variable name;



#include<stdio.h>
#include<conio.h>
void main()
{
register int x=5;
printf("Value of x=%d",x);
getch ();

}

Thursday, November 17, 2016

Page reload for firefox

How to make mozila firefox automatic page reload ?
Now
Firstly open your firefox
Secondly click add-ons
click
type

                                                                       install
  
click option 
 

Tuesday, November 15, 2016

JAVA Language

This language is capable of solving almost all the computation problems.

This is why It is the most used programming language on earth.

C Programming

This is the basic Programming language for a novice programmer.