Question: What will be the output? #include void main ( ) { int a [ ] = { 3 3 , 2 2 , 5 5

What will be the output?
#include
void main()
{
int a[]={33,22,55,11,44};
inti,j,x,n=5;
for(i=0; i=0&&a[j]>=x; j--)
{
a[j+1]=a[j];
}
a[j+1]=x;
}
for(i=0;i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!