Umesh Lokhande

Umesh Lokhande holds a Master degree in Scientific Instrumentation from University of Applied Sciences Jena, Germany. and has previously worked at Orbotech, Alere Technologies etc. Umesh is also a founder and first author of BINARYUPDATES.COM

Strings in C Programming

Let's learn about Strings in C Programming Language. The understanding of strings requires a good knowledge of array. The reason because string is nothing but a one-dimensional array of characters.

Read More »

Arrays in C Programming

Arrays in C Programming

Let's learn about arrays in C Programming. Arrays are group of item of same type under one variable name. It is an ordered list of elements where each is of the same data type.

Read More »

Pointers in C Programming

Pointers in C Programming

The real C programming starts from the day you’re handling Pointers in C Programming. Pointers provide an indirect method of accessing variables.

Read More »

Recursion in C Programming

Recursion-in-C-Programming

Recursion in C Programming is technique in which function call’s itself number of times. The function calls itself is referred as recursive function and call is recursive call.

Read More »

Functions in C Programming

Functions-in-C-Programming

Functions in C Programming are building block of a Program. There are times when we need to write particular block of code more than once in our program.

Read More »

Loops in C Programming

Loops-in-C-Programming

Let’s explore for, while, do-while loops in C Programming. The real beauty of computer programs lies in its ability to execute block of code repeatedly.

Read More »

If Statement in C Programming

If Statements in C programming has three different forms, If Statement, the If-Else Statement, Else-If Statement. Also we’ll cover Switch Case in detail.

Read More »

Login

Register | Lost your password?