Showing posts with label Array in C programming language. Show all posts
Showing posts with label Array in C programming language. Show all posts

Wednesday, 29 January 2014

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.