Learn C - More about variables

Posted on Mon 16 December 2013 in C • Tagged with C language, Learn C, Variables

Welcome to your next tutorial on the Learn C language, here we'll have a deeper look at the use of variables in C language. In previous tutorial about variables in C, we defined a variable sam of integer type and then initialized it with …


Continue reading

Learning about Variables in C

Posted on Mon 09 December 2013 in C • Tagged with C language, Learn C, Variables

Welcome to your second tutorial on the C language. In this tutorial, we'll be discussing about variables, their applications, their necessity both in general terms of programming and for C language as well. Variables in C are really very important. These are the fundamentals and you need to understand how …


Continue reading

C# Tutorial : Compiling C# Programmes using Notepad

Posted on Thu 05 December 2013 in C# • Tagged with C#, Programming

About C#

C# is a multi-paradigm object oriented language developed by Mircrosoft in the year 2000. C# has its major implementations in dotNet framework, Mono, DotGNU. In this tutorial we will print a simple line "TheGeekyWay.com" using a notepad and C# command line compiler.

In order to continue with …


Continue reading

Getting Started With C language

Posted on Tue 19 November 2013 in C • Tagged with C language, Introduction, Learn C

Introduction to C language

C language is a middle level language developed by Dennis Ritchie in 1969 and the most secure OS "UNIX" is also coded in C language. It has just turned the world of Coding giving new level to programming, and introducing us to what is called "Structured …


Continue reading