Home » Archive

Articles in the Classical Languages & Tools Category

C, C++, Classical Languages & Tools, Programming »

[27 Oct 2009 | No Comment | ]

Don’t lose your nerve when you forced to work with pointers?
Introduction
Pointer is an interesting feature of C language. It plays a vital role in major C programs. It is not a complicated data structure; instead it is very simple one that helps us in building many blocks of data structure such as linked list, trees and files.
Declaring pointers
Pointers are variables that store address of other variables (memory locations). As pointer always stores address of memory locations and address of a memory location is always an integer, it will be always …

Algorithms, C, Classical Languages & Tools, Programming »

[24 Oct 2009 | No Comment | ]

Introduction
Though all of the programming languages enhanced to provide basic date, time and calendar calculations, writing hard logic for a simple requirements such as calander improves our programming skill. Let us consider about calculating day of a week for a given date and calender for a given month in C language. This is for helping learners of C language.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes