Wednesday, 29 January 2014

Boost your Android Smartphones Performance (No Apps required)

Android Operating System covers over all 83% of Global users, In India Smartphones having Android OS is quite greater than other OS. Due to many Apps installing/ Uninstalling slow down the performance of Operating System, So Boosting your Android OS is very important the Boosting can be done in two types. One is through Apps and the other is through manual way.
This article consists of eight steps which helps boosting your Android Performance manually.

How to Create Animated and Talking Pictures in TWO Minutes

Captured a photo from your Smartphone, Now what will you do either upload to our favorite social networking sites or making a Collage. Here, i have an interesting thing for you, which adds more Fun to your picture. why you want to share only a simple photo why can't you make your photo sing or move or talk? in short why won't you animate it? Animation adds more Fun to your Pictures.

Tuesday, 28 January 2014

Array:


C programming language provides a data structure called the array, which can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.

Array is a collection of elements that has same data type and identify by a single name.

Wednesday, 22 January 2014

Constructs:


There are two types of constructs in C programming language.

1. Conditional Constructs.
2. Loop Constructs.

Conditional Constructs are two types.    A) If … else statements.    B) Switch case.

Difference Between Compiler and Interpreter:


A Compiler and Interpreter both carry out the same purpose – convert a high level language (like C, Java) instructions into the binary form which is understandable by computer hardware. They are the software used to execute the high level programs and