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 - 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 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 - 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 know what pointer is in C language then...
18 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 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 Setup Mobile Phone Internet using Nokia, Samsung Mobile Phone on Laptop and PC
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 mobile phone having modem facility, mobile service providers which offers PC internet, data cable or Bluetooth for connectivity, driver for Bluetooth or phone modem and of course a Laptop or Desktop. For this practical work I will be using Nokia 3110 Classic phone which has modem, Nokia PC Suite
185 commentsC Programming Lesson - Multidimensional array (3D Array)
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 having two dimensions called 2D array and so on. So in C programming an array can have two or three or four or even ten or more dimensions. More dimensions in an array means more data it can hold and of course more difficulties to manage and understand these arrays. A multidimensional array has fo
22 commentsC Programming Lesson - Types of Function
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 values. Functions with arguments and return values. Functions that return multiple values. Functions with no arguments and return values.
138 commentsHow to assign IP Address to the client & server computer?
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 cable local area connection network server network setup ip network network cable domain name ip address lan cable cat5e cable cat5 cable tcp ip networking xp networking network cable server ip address
54 comments









