Surabhi Saxena
In the previous article on control statements we discussed the decision-making statement if-else and the selection statement switch-case. In this article we will continue the discussion on control... Read More
Welcome to the next instalment in our series, Fundamentals of C. Control statements enable us to specify the flow of program control; ie, the order in which the instructions in a program must be... Read More
The previous article on input and output functions dealt with the functions getchar(), putchar() and scanf(). This article will discuss the functions printf() and puts() that are used to display... Read More
Surabhi Saxena continues our series on the foundation computer language C, this time looking at data input and output.Read More
This article is the last in the series on Operators in C, following on from Operators in C Part 3. It will discuss the remaining operators. The next category is that of the equality operators which... Read More
This article is a continuation of the tutorial Operators in C Part 2. It will discuss the next unary operators, the cast operator, the multiplicative and additive operators, the bitwise shift... Read More
This article is a continuation of the previous article, Operators in C, where we began with Postfix Operators and discussed the Array Subscript Operator and the Function Call Operator. Continuing... Read More
Continuing on from my last article on the fundamentals of C, we’re now going to look at operators. An expression is a sequence of operators and operands that computes a value. An operator in C... Read More

The basic elements used to construct a simple C program are: the C character set, identifiers and keywords, data types, constants, arrays, declarations , expressions and statements. Let us see how... Read More
C. You've all heard about it, but how much do you actually know about it? In this piece, Surabhi introduces us to this powerful language.Read More
Java is a simple, object oriented, high performance language. It is distributed, portable, multi-threaded, and interpreted—mainly intended for the development of object oriented, network based... Read More




