This tutorial explains about Fibonacci series which is the number sequence where each number is the sum of the two previous numbers. There are plenty of examples in C Language, Java as well as in C# so that beginner can understand concept easily.
This article will break down what a header file and main function are in C and C++ programming language.
C structure allows you to combine different related data types in one group so you can easily use and manage variables and arrays. Here's how to use a structure in your code.
If you are looking to increase your internet speed without any expensive software then you came to right place. I will tell you how to increase your internet speed up to 50%-60 % with few clicks. I have applied this trick to my GPRS dial-up connection and my internet connection speed increased to...
C allows an array of two or more dimensions. More dimensions in an array mean more data can be held.
Set up your mobile phone's Internet on a computer.
what is an array in c programming, this tutorial explains it with example and line by line explanation.
PHP (recursive acronym for: PHP Hypertext Preprocessor), is a widely-used, Open Source embedded scripting language. PHP is a server-side scripting language usually written in an HTML context. Unlike an ordinary HTML page, a PHP script is not...
In my previous c programming tutorial I tried to explain what the function, its advantages is and how to declare a C function. And I told you that there are five types of functions and they are: Functions with no arguments and no return values. Functions with arguments and no return...
A function in C Programming Language is a block of code that performs a certain task. It has a name and it is reusable i.e. it can be executed from as many different parts in a C Program as required. It also optionally returns a value to the calling program.
This is a simple and fun to learn C program where you can turn your computer keyboard to piano.
A programming language is proposed to help programmer to process certain kinds of data and to provide useful output. This article will introduce you to the different types of data used in C.
The C Programming Language - Brief History. C is a programming language which born at “AT & T’s Bell Laboratories” of USA in 1972. It was written by Dennis Ritchie. This language was created for a specific purpose: to design the UNIX operating system (which is used on many computers). From the...
Switch or HUB allows us to add more computers in our LAN or existing LAN. Switch or HUB is usually needed when we are networking more than two PCs. Why we need Switch or HUB only when networking more than two PCs? Because, for two PC networking we...
In this tutorial we will learn how to assign IP address to a computer. Every PC should have its own unique IP address. Assigning same IP to other PC will give you “duplicate IP address” error. IP is like our mobile no. it has to be different from others. cat5e ethernet cable cat 5 network...
How to share an internet connection over LAN (Local Area Network) on a Windows 5 operating system.