#include<iostream>
using namespace std;
int main()
{
int a[5]={5,1,25.6,20};
int i,j,k;
i=++a[1];
j=a[1];
k=a[1]++;
cout<<"i= "<<j <<ends<<"j= "<<j <<ends<<" k="<<k ;
return 0;
}
Easy programming and better way to learn the programming . if you like the scorce code do like like share and subscribe the chennel.
No comments:
Post a Comment