Close
Close

Code showing output stack smashing detected can explain way?

   Kendre

Main() 

{

Int a[3], I;

For(I=0;I<3;I++) 

       a[i]=I++;

for(I=0;I<3;I++) 

   Printf("%d",a[i]) ;

}


Answers

Ask Yours
Post Yours
Write your answer