use header files iostream.h and conio.h then
void main()
{ clrscr();
int a[100],i,n,j,temp;
cout<<"How many element: ";
cin>>n;
cout<<"Enter the elements of array:
"<
for(i=0;i
cin>>a[i];
cout<<"The elements of array Before Sorting:
"<
for(i=0;i
for(i=0;i
{
for(j=0;j
{
if(a[j]>a[j+1])
{
temp=a[j];
a[j]=a[j+1];
a[j+1]=temp;
}
} }
cout<<"Elements of array After Sorting:
"<
for(i=0;i
getch();}
Output:-
How many element: 3
Enter the elements of array:
5 4 9
The elements of array Before Sorting:
5 4 9
Elements of array After Sorting:
4 5 9
use header files iostream.h,process.h and conio.h then
void main()
{
int
array[100],n,i,j,temp;
clrscr();
cout<<"How
many numbers--> ";
cin>>n;
cout<<"Enter
"<
for(i=0;i
cin>>array[i];
//created by sourabh
for(i=0;i
{
for(j=i+1;j
if(array[i]>array[j])
{
temp=array[i];
array[i]=array[j];
array[j]=temp;
}
}
cout<<"\nArray
is sorted in ascending order.\n";
for(i=0;i
cout<
getch();
}
Output:-
How many numbers--> 3
Enter 3 numbers
4
7
6
Array is sorted in ascending order.
4 6 7
use header files iostream.h,process.h and conio.h then
void main()
{
int
ar[100],beg,mid,end,i,n,search;
clrscr();
cout<<"How
many numbers in the array: ";
cin>>n;
cout<<"Enter
"< ";
for(i=0;i
cin>>ar[i];
beg=0;
end=n-1;
cout<<"Enter
a number to search: ";
cin>>search;
while(beg<=end)
{
mid=(beg+end)/2;
if(ar[mid]==search)
{
cout<<"\nItem
found at position "<<(mid+1);
getch();
exit(0);
}
if(search>ar[mid])
beg=mid+1;
else
end=mid-1;
}
cout<<"\nSorry!
"<
getch();
}
Output:-
How many numbers in the array: 3
Enter 3 numbers in ascending order -->
1
5
7
Enter a number to search: 4
Sorry! 4 doesnot found.
use header files iostream.h and conio.h then
class array
{
public:
int arr[10];
void input()
{
cout<<"\n\nenter
the array Element";
for(int
i=0;i<=5;i++)
{
cin>>arr[i];
}
}
void search (int
no)
{
int
flag=0;
for
(int i=0;i<=5;i++)
{
if
(no==arr[i])
{
flag=1;
break;
}
}
if
(flag)
{
cout<<"element
is found";
}
else
{
cout<<"not
found";
}
}
};
void main ()
{
clrscr();
array a;
a.input();
int no;
cout<<"\nenter
the no to be search\n\n";
cin>>no;
a.search(no); //by
sourabh
getch();
}
Output:-
enter the array Element
1
2
3
5
9
4
enter the no to be search
5
element is found
Entrance
Examinations 2013-14
Exam Name
|
Expected Date/ Actual
Date
|
Application Form
Details
|
Offline Exam: 7th April, 2013
Online Exam: 8th to 30th April, 2013
|
There will be no
physical sale of Application Forms. Applications to be filled online only.
Online Registration will start from: 8th November, 2012.
|
|
Offline Exam Only: 2nd
June, 2013
|
Forms will be filled
after JEE Main 2013 result.
|
|
This exam has been
scrapped.
|
This exam has been
scrapped from 2013 and has been replaced by JEE Main 2013.
|
|
21st April, 2013.
10.00 am to 1.00 pm
|
Issue of Application
Forms begins :Second Week of December, 2012
Last date of issue of Application Forms:Last Week of March, 2013 Last date for receiving completed Applications:End of March, 2013 |
|
Second Week of May, 2013
|
AMU 2011 Application
Forms Last Date of Receipt: Third Week of March, 2013
|
|
June 2013
|
Last week of April
2013
|
|
First Week of June ,
2013
|
For Regular Applicants
: 5th May, 2013
(with late Fee of Rs.800/-) :Third Week of May, 2013 Foreign/NRI/NRI Sponsored : 5th May, 2013 (with late Fee of Rs. 800/-) :Third Week ofJune, 2013 |
|
Second
Week of May, 2013
|
Application Process
Start.
Last date for Applying for BVP EEE 2013 : Last Week of April,
2013
|
|
Third Week of May,
2013
|
Issue of application
forms from End of January, 2013
Last date for receipt
of applications is Second Week of May, 2013
|
|
Second Week of May –
Second Week of June 2013
|
Online Process Start.
Deadline to apply for BITSAT-2011:Third Week of February, 2013 |
|
NO ENTRANCE EXAM
|
Admission Bulletin for
B.E.(Hons.) admissions to the Academic year 2013-13.
Last date for receipt of Applications:- Third Week of June, 2013
Second Week of July,
2013
|
|
First Stage
Examination:
Second Stage
Examination:First Week of June, 2013
|
Application Forms are
onsale from 10.02.2013 and can be obtained up to 05.03.2013
Last date for receipt
of Application : Second Week of March, 2013
|
|
June End 2013
|
Issue of Application
form may commence after First week of May 2013-13
|
|
In second week of May
|
Last Date for Receipt
of Completed Application- Third Week of April, 2013
|
|
First Week of May 2013
|
Start date for Issue
of Online Application- Second Week of March, 2013
Last Date for Receipt
of Completed Application- Second Week of April, 2013
|
|
Second Week of July
2013
|
Last date for issue of Application form:First Week of June, 2013
Last date for
submission of filled-in-Application form: Second Week of June, 2013
|
|
First Week of
May, 2013
For Kerala candidates(Sunday, Second Week of June, 2013.)
|
Online Registration
start from Third Week of January 2013.
Last date for online
registration for CAT: First Week of February 2013
Last date for receipt
of duly filled confirmation page : Second Week of February 2013
|
|
No Separate Exam
|
Admission Process for
session 2013-13 based on AIEEE Rank will start from First Week of June,
2013
|
|
No Separate Exam
|
Applications will be available from: End of March, 2013
Last date for the sale of the Applications: Third Week of May,
2013
|
|
Third Week of May,
2013
|
Applications will be available from : Second Week of February,
2013
Last date for the sale
of the Applications :End of March, 2013
Last date for sending
the filled application form : Third Week of March, 2013
|
|
Physics: 8th May, 2013 10.00 am to 12.00 pm Chemistry: 8th May,
2013 2.00 pm to 4.00 pm Mathematics: 9th May, 2013
10.00 am to 12.00 pm
|
Start of sale of
prospectus: Second Week of March, 2013
Last date for sale of
prospectus & receiving applications: Second Week of April, 2013
|
|
First Week of April
2013
|
Application form
starts from Second Week of December, 2012 to End of December, 2012
|
|
No Entrance Exam
|
Availability of
Brochure: First Week of June, 2013
|
|
This exam has been
scrapped.
|
This exam has been
scrapped and has been replaced by JEE Advanced 2013. Only top 1.5 lakh rankers
of JEE Main 2013 will be allowed to take this exam.
|
|
No Entrance Exam
(Based on AIEEE 2013) |
Last Date: First Week
of June, 2013
|
|
Entrance Exam for
Delhi students only
Last Week of June, 2013 (Sunday) . Outside Delhi students-AIEEE 2013
|
Online application form opens : End of May, 2013
Application form closes : Second Week of June, 2013 |
|
No Entrance Exam
|
Off-line application
forms and submission of online application: Beginning of January, 2013
Last date for issue of
application forms and closure of website for submission of online
applications: Last Week of March, 2013
Last date for receipt
of off-line application form and online application form (printed copy):End
of March, 2013
|
|
Last Week of May, 2013
(JEM 2013)
|
Sale of Application
Kit (from listed UBI Branches) :Last Week of November, 2012 to End of
December, 2012
Last date for receipt
of application kit by “by post” :Third Week of December, 2012
Last date for Receipt
of duly filled in applications “by Speed post”only:Second
Week of January, 2013
|
|
First Week of June,
2013
|
Last Date for
submission of the filled-in-applications :Third Week of April, 2013
|
|
No Separate Exam
( Based on 12th 75% /AIEEE/any State Exam) |
Last date for receipt
of completed
OMR Application Form is Third Week of June , 2013
Declaration of the
list of selected candidates and dispatch of selection letters
Third Week of June, 2013 onwards |
|
No Entrance Exam
(Based on AIEEE 2013) |
Application form will
be available: Last Week of
April, 2013
Last Date:Last Week of June, 2013
|
|
Counseling Dates
KVPY - End of June,
2013
IIT JEE -End of June,
2013
State Central Board
(ISAT & Counseling)-Second Week of July, 2013
|
Receiving Online
application
KVPY - Beginning of
April, 2013 to First Week of May, 2013
IIT JEE - First Week
of June to Third Week of June 2013
State Central Board-
Third Week of June to Second Week of July, 2013
|
|
Third Week of April, 2013
|
Online Application
starts on: Beginning of November 2012
Last date of online Registration: End of December, 2012
|
|
Sunday, First Week of
May, 2013
|
Last date of
submission of form is : End of March, 2013.
Last date alongwith Late Fee i.e.: Rs. 300/- is Second Week of April, 2013.
|
|
Important Dates for
JNEE - April 2013
Second
Week of April 2013.
Last
Week of April 2013.
|
Online Process started
|
|
1st week of July 2013
|
Second week of May
2013
|
|
For B.Tech: Last Week of May, 2013
|
Last Date for
Submission of Admission Forms:End of March, 2013
|
|
Third Week of May 2013
|
Sale of Application
from:Third Week of March to First Week of April 2013
Last date for Submission:Second Week of April 2013 |
|
No Entrance Exam
(Based on AIEEE 2013) |
Issue of Application
Forms:End of February, 2013
Last Date of Receipt
of AIEEE based Application Forms: Second Week of Saturday, 2013
|
|
27th April, 2013
|
Issue application: 1st
November 2012
|
|
Kannada Language Test
only- Last Week of April, 2013
Common Entrance Test- Last Week of May, 2013 |
Sale of application
forms : On or after: Third Week of March, 2013
The last date for submission of Demand Drafts by “Speed Post” will be: First Week of April, 2013 |
|
Last Week of April,
2013.
|
Sale of Application
Forms through selected Post Offices: Third Week of January, 2013.
Last date for sale of Application Form: Third Week of February, 2013 Last date for receipt of Application Form: Third Week of February, 2013 |
|
Third Week of May 2013
|
Last Date for receipt
of filled Applications: Third Week of April, 2013
Issue of Applications: Third Week of March to Second Week of April, 2013 |
|
|
First Week of June,
2013
|
Issue of application
form begins : End of January, 2013
Last date for submission of filled-in Application form : First Week of June, 2013 |
Last Week of April 2013 |
Application Form and
Prospectus of KIITEE 2013will be available online in the University websites
with effect from: Second Week of January 2013 to End of February 2013
Last date for receiving KIITEE -2013 Application form is :First Week of March, 2013 |
|
No Entrance Exam
|
Issue of Application
forms (Online/ Offline):Third Week of March, 2013 to First Week of May,
2013
Last date for receiving: Last Week of May, 2013 |
|
15 April, 2013 to 15
May, 2013
|
Online Process Start.
Last Date for Receipt
of Application: 11 March, 2013
|
|
Second Week of May
2013
|
Sale of Application
Form: Last Week of March, 2013
|
|
No Entrance Exam
|
Last date for
submission of admission forms: End of May, 2013
|
|
No Separate Exam
|
Last week of May 2013
|
|
Second Week of May,
2013
|
Online application
Process
Start Date:End of
March, 2013
End Date: End
of April, 2013
|
|
No Entrance Exam
|
Application form can
also be downloaded from First Week of April, 2013 to End of May, 2013
Last Dates for Submission of Application: Second Week of June 2013 |
|
Third Week of May,
2013
|
Register online at
www.nmims.edu: First Week of March, 2013
Last date of online
Registration: Last Week of April, 2013
|
|
No Entrance Exam
|
3rd week of May 2013
|
|
First Week of May 2013
|
Last date of Sale of
Applicaton forms :
Online Registration : Second Week of February 2013
Last Date for
Submission of Completed Application forms : Third Week of March 2013
|
|
No Entrance Exam
|
Last date for
receiving completed application form: End of May, 2013
Application Status on
Website: Second Week of June 2013
|
|
No Entrance Exam
|
Online Registration
for the Admissions in the session 2013-13 will start on First Week of June
2013 and close on Last Week of June 2013.
|
|
No Entrance Exam
|
Last week of May 2013
|
|
No Entrance Exam
|
Last week of May 2013
|
|
Third Week of May,
2013
|
Availability of Application
Forms : Last Week of March, 2013
Last Date of submission of Form- Second Week of April, 2013 |
|
No Separate Exam based
on IITJEE
|
Online application
will open: Third Week of March, 2013
|
|
Second Week of May
2013
|
Availability of
Application Forms :Second Week of January, 2013
Last Date of Sale of Application Forms- Third Week of March, 2013
Last Date of submission of Form- Last Week of March, 2013
|
|
No Separate Exam
|
Application forms will
be available from : End of March, 2013
Last Date for receipt
of completed Application forms : First Week of June, 2013
Release of Rank- List
for B.Tech : First Week of June, 2013
|
|
Last week of May 2013
|
Last week of May 2013
|
|
Offline Exam: 20th April, 2013
10.00 am to 1.00 pm
Online Exam: 20th and 21st April, 2013
In two slots each day - 9.00 am to 11.30 am and 2.00 pm to 4.30
pm
|
Sale of application
forms :
Started Last date for receipt of filled-in application: 15 March 2013 |
|
First Week of May,
2013
|
Online registration
closes :Second Week of April 2013
Payment closes on: Third Week of April 2013 |
|
On the Basis of 12th
|
Last Date for Issue
and Receipt of Application Forms: Second week of June, 2013
|
|
TMISAT at National
Centres 10th - 30th April 2013
TMISAT, Interview and Medical Test at TMI, Induri Starts last week of June 2013 |
Online Application
Form Starts First Week of January, 2013
Submission of
Completed Application Forms
TMISAT at National Centres By: Third Week of March, 2013 For TMISAT at TMI Induri By: Thirad Week of June, 2013 |
|
No Entrance Exam
|
Issue of Application
forms begin:Second Week of April, 2013
Last date for receipt
of Applications: Last Week of May, 2013
|
|
Last Week of
April, 2013
|
Beginning of January,
2013 to End of January, 2013
|
|
Last Week of April
2013
|
Last date of
availability of application form: Last Week of March, 2013
Last date of receipt of application form in office of registrar, Mahamaya Technical University, Noida:Last Week of March, 2013 |
|
Third Week of MAY 2013
|
Last date for
submitting
application forms:
First Week of May 2013
|
|
AIEEE :End of April,
2013
|
First week of May 2013
|
|
First Week of May 2013
|
Issue of application
starts: First Week of January, 2013
Last date for receipt of filled-in application: Last Week of April, 2013 |
|
Third Week of May,
2013
|
Last date for receipt
of filled in Application Forms:First Week of May, 2013
Last date for receipt of filled in Application Forms:First Week of May, 2013 |
|
First Week of May 2013
|
Last date for receipt
of applications : Second Week of May 2013
|
|
Computer based Exam
will be conducted between: 15th and 30th April, 2013
|
Issue of VITEEE 2011
application forms from :First Week of December 2012
Last date for Issue
& Receipt of B.Tech (VITEEE-2011) application has been extended upto End
of February, 2013
|
|
Third Week of April,
2013
|
1. Sale of Application
Kit ( from listed UBI
Branches) :Last Week of November, 2012 to End of December, 2012
2. Last date for (a) Receipt of request for Application Kit “by post” :Third Week of December, 2012 (b) Receipt of duly filled in applications “by Speed post” only : Second Week of January, 2013 |