Skip to main content

Posts

Showing posts from December, 2019

Ethical hacking

Ethical Hacking What is hacking Don't know  Click here There are some programming languages which are most important for Ethical Hacking without any external sofwares. Make software / program. Go into system. and Hack them. There are some programming languages that you must learn to become a professional hacker  That programming languages are :- Click here to know that programming languages.

What is HTML?

What is HTML? HTML HTML stands for Hyper Text Markup Language. It is used to write web pages in HTML the Hyper Text referrers to the web page linking technique and the markup language means that it is used to markup or tell the web page browser how the text should be represented. HTML tags  These are the building blocks of HTML document which define how the web browser should interprete , format and display the information. The HTML elements are defined by using tags Syntax of tag:-          <tag_name>

Download C language

Download  C language Download C language For PC (For all widows version 32 bit support) If Your download doesn't get started Click Here Download C language For Android                       If Your download doesn't get started  Click Here

Before starting HTML

Before starting  HTML WWW WWW stands for World Wide Web it is a way of getting information over internet. HTTP protocall is used by web to transmit data over the internet. Website Website is made up of number of web pages. These web pages which are also known as web documents are interconnected with each other with the help of Hyper Links which are related to HTML. These web pages can be accessed web browsers. For ex:- Google Chrome, Firefox, Microsoft Edge etc.  Web browser A web browser is defined as a software application for getting information, displaying it and locating information, displaying it and locating information resources on World Wide Web. Web server A web server is a computer system that processes request via HTTP There are two types of websites Static Website Dynamic website

Character set

                                              Tokens :- Keywords          Identifiers      String           Special symbols        Operators          Constant Tokens:- It is a smallest part of statement/program What is keyword? Click here

Basics of C language

Structure of C programming Document section Link section Definition section  Global variable section main() {      Declaration section      Execution section } user defined  functions Function 1 Function 2  Function 3                  .                  . Function n

Basic information

                                           Input Output Execution/Execute Compile Error Syntax Function User System Compiler Interpreter Run Program HRL:- Human readable language