1-10 of 36 hubssort by Hot Best Latest
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 commentSpeed 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 commentC 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 commentsPointers 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 commentsHow 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 commentsHow 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 commentHow 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 commentsHow 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 commentsShare 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 commentsArray 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










