Posts

Showing posts from 2013

Break Keyword in C Programming

Write a program that shows the use of Break Keyword

Looping in C Programming

Write a program to demonstrate all the Looping Structure in C

Array Programming in C

Write a program to calculate sum and average of all numbers from an Array(a[10])

Pointer Programming in C

Write a program to find the area of a Circle where area is equal to PI*Radius 2 . The standard value of PI is 3.144. Use pointer variable

Arithmetic Program

Write a program to print all numbers between 1 and 100 which are divisible by 9

Arithmetic Operation in C using Pointer Variable

Write a program which perform arithmetic operation (+, -, *, / , %) which would be an example of demonstrating pointer arithmetic