User profile: itb99

User info
User name:itb99
Name:programming world
Location:pakistan
Website:http://crazycodder.blogspot.com
Bio:Here you can find the solution of every problem related to the programming languages c and c++. Programs and detailed description of the topics related to these languages. I hope that it is going to help you
Statistical data
Birthdate:May 1, 2000
Gender:Female
Occupation:Student
Skills:C
BASIC
C++
C#
History
Joined:
Number of posts:1
Latest posts:

Simple Array program to display sum in array
[code] #include<stdio.h> void main() { int i ; int arr [4]; int sum=o; for (i=0; ...