My Profile
Active Members
TodayLast 7 Days
more...
Awards & Gifts
Online Exams
Fresher Jobs
Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian
cities including Bangalore, Chennai, Hyderabad, Pune or Kochi
Resources
Find educational articles, blogs, discussion threads and other resources.
Colleges
Find details about any college in India or search for courses.
|
Download Model question papers & previous years question papers
|
Posted Date: 27 Nov 2008 Posted By: Shyam Member Level: Gold
|
2008 C++ programes for CBSE class xi // EXAMPLE FOR ARRAYS Question paper
// EXAMPLE FOR ARRAYS #include #include void main() { int arr[10];
// for entering ten numbers in an array cout<<”enter ten numbers”<for(int I=0;I<10;I++) { cin>>arr[I]; } // for displaying those ten numbers entered
for(I=0;I<10;I++) { cout<}
getch(); }
In this example the statement inside first loop are used for entering ten numbers in the array arr. And the statement inside the second for loop is used for showing the values of the array arr.
Return to question paper search
|
|
|
Submit Previous Years University Question Papers and make money from adsense revenue sharing program
Are you preparing for a university examination? Download model question papers
and practise before you write the exam.
|
Advertise Here
|