1-10 of 49 Hubssort by Hot Best Latest
C Programming Lesson - Function in C
A function in C language is a block of code that performs a specific 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 So function in a C program has some properties discussed below.
277 commentsC Programming Lesson - Arrays
An array in C language is a collection of similar data-type, means an array can hold value of a particular data type for which it has been declared. Arrays can be created from any of the C data-types int, float, and char. So an integer array can only hold integer values and cannot hold values other than integer. This C tutorial will show you how to do array initialization and display value of array in C programming language.
73 commentsC Programming Lesson - Data Types in C Language
A programming language is proposed to help programmer to process certain kinds of data and to provide useful output. The task of data processing is accomplished by executing series of commands called program. A program usually contains different types of data types (integer, float, character etc.) and need to store the values being used in the program. C language is rich of data types. A C programmer has to employ proper data type as per his requirement.
249 commentsHow to share folder in windows XP
In this tutorial we will learn how to share a folder or file so that other user on network can share file with your PC. This is very easy process which will allow you to a file or folder or drive of your computer on the LAN. But this should be done...
16 commentsBuild extreme gaming computer
If you like computer gaming over console gaming and if you are a computer gaming fan then this article is only for you. Many people like computer for gaming purpose even I also like computer as gaming systems.Every gamer wants to own the ultimate...
5 commentsHow to enable Show (Unhide) Hidden File and Folder option disabled after virus attack
If you ever faced such problem when your computer had a virus which ultimately disabled “show hidden file and folders” option, then you don’t need to format or restore your setting. I have a trick which can enable show hidden files and...
40 commentsC Programming Lesson - Array of Structures in C Programming
Welcome back my readers; in this tutorial I am going to explain Arrays of Structures. This tutorial is advancement to my previous topic“Structure at Work”; if you missed the basic of structure then you can read it here. Let’s start...
11 commentsC Programming Lesson - File Copy Program in C
Today we are going to learn a simple file copy program in C language. As I said this is a simple file copy program so you should not expect its output like DOS copy command has. Ok let’s start. The main logic behind this program is that we will open a file and copy its contents to new file character by character. So we are going to implement logic that we had used, especially as a student, in our school or college i.e. copying note from a friends’ notes.
21 commentsHow to share an internet connection on LAN?
If you have a fully functional LAN then net sharing is few click away, yes few clicks. I assumed that you have already a broadband connection and account configured on your PC. Just go to “My Network Places” properties, and then select your...
132 commentsHow to Share Your Printer over a Home Network (LAN) with Windows XP
Previously we had learnt how to set-up LAN, assign IP address and share internet connection. In this tutorial we will learn how to share any working printer with few clicks. Printer sharing is a cakewalk, any computer user can share printer, the...
20 comments









