Understanding Conditional Statements: if else

Posted on Sun 12 January 2014 in C • Tagged with Conditional, If-Else, Nested

In this tutorial, we'll uncover something much interesting which would simplify our work as a programer and help us to check if a given condition is true or not. We'll study about the Conditional statements like if - else , if-else if-else, nested if -else and switch (continued in next tutorial)

Understanding …


Continue reading

Operators in the C language

Posted on Thu 09 January 2014 in C • Tagged with C language, Operators

Welcome to your next tutorial in the C language,  today, we’ll discuss about operators in the C language. We have already discussed about Variables in C language, and how we can store data in variables input by user, next we may need to update this data , or make various …


Continue reading

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

Privacy Policy

Posted on Fri 29 November 2013 in misc

This Privacy Policy governs the manner in which TheGeekyWay collects, uses, maintains and discloses information collected from users (each, a "User") of the http://www.TheGeekyWay.com website ("Site"). This privacy policy applies to the Site and all products and services offered by TheGeekyWay.

Personal identification information

We may collect …


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

About Us

Posted on Sat 16 November 2013 in misc

The Geeky Way is a technical blog founded in 2013, dedicated to making technology accessible and helping developers grow. We cover Linux, DevOps, Cloud, Web Development, Python, and more.

Founder

Sanyam Khurana

Sanyam is a Principal Engineer & Cloud Architect with over 10 years of experience building scalable, cloud-native backend systems …


Continue reading