1-10 of 36 hubssort by Hot Best Latest

85

C Programming – Function Pointer

Like C variables, function too has address and we can use this address to invoke function. So this tutorial is entirely devoted to function-pointer. But before we can call a function using we need to find out...

1 comment    education tutorial programming
78

Speed Up Internet with Google Public DNS

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...

1 comment    google windows 7 control panel
78

C Programming-Dynamic Memory Allocation

This tutorial is intended to tell beginner the power of pointers in C programming. This tutorial will try to explain how with the help of pointer we can solve the problem of memory management. If you don’t...

0 comments    computers memory c programming
C Programming, Free C Language Tutorials.78

Pointers in C Programming

In this tutorial I am going to discuss what pointer is and how to use them in our C program. Many C programming learner thinks that pointer is one of the difficult topic in C language but it’s not...

2 comments    web apple microsoft
C Programming Array78

How to work with Multidimensional Array in C Programming

C allows array of two or more dimensions and maximum numbers of dimension a C program can have is depend on the compiler we are using. Generally, an array having one dimension is called 1D array, array...

0 comments    how to c programming array
74

How to Setup Laptop Mobile Internet using Bluetooth

In this tutorial I am not going to say same thing which I already mentioned in “How to Setup Laptop Mobile Internet using Mobile Phone” tutorial. In this workshop you will need a Bluetooth dongle and...

1 comment    how to phones mobile phones
68

How to Setup Laptop Mobile Internet using Mobile Phone

If your mobile have internet connection available then you can use it on laptop or desktop for PC internet access. There are few things we require before we can proceed to actual configuration. Firstly a...

4 comments    how to mobile nokia
71

How to work with Two Dimensional Arrays in C

We know how to work with an array (1D array) having one dimension. In C language it is possible to have more than one dimension in an array. In this tutorial we are going to learn how we can use two...

2 comments    how to c programming array
83

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...

3 comments    network sharing lan
C Language Tutorial75

Array in C programming – Programmer's view

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,...

5 comments    how to computers c programming
working