C Program Structure

C programming language is a general-purpose high-level programming language and like every programming language, it follows a consistent structure. In this article, we begin the tutorial by describing the structure and elements of C language. C Statements A C program is consists of statements or instructions grouped together. A statement is an instruction to a … Read more

C Printing Outputs

In C language, you need to compute the results and then output the results to the console. In order to do that we need specific built-in functions from C library. The most common library function is printf(), putchar() and puts(). In this article we will discuss each one of them in details and see some … Read more

C Reading Input Values

In C language, variables are assigned values directly and then we can use them in different types of expressions and get the results. But the initial values given to the variables are fixed and does not change. Sometimes the user wants to enter the input values themselves and check the results for different input values. … Read more

How to Create Example HTML Pages

In this article, you will learn to run the example HTML pages from your local computer offline. In this way, you can try all examples in the HTML tutorial locally on your computer. To execute the HTML example programs, read the 5 given steps below. Each of these steps is explained in detail in the … Read more

HTML Document Structure

HTML is the most popular markup language for creating web pages. Learning HTML is the first step in web design. In this lesson, you will learn parts of an HTML document, HTML tags, and contents of HTML document. At the end of this lesson try the example on your own to validate your learning. There … Read more

Computer Networks

Computer network is a growing field. The goal of computer network is to use digital devices, wire or wireless medium and software to send information to another computer in same network or another network. The communication is governed by various protocols and techniques to get optimal performance and less information loss. About Computer Network Tutorial … Read more

XML Tutorial

XML stands for eXtensible Markup Language and it is a markup language. It is derived from Standardized General Markup Language (SGML). Even the HTML is derived from SGML standard which specify, how to structure a document. About XML Tutorial The audience of this XML tutorial is anyone interested in learning XML technologies. There is no … Read more

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.