Friday 24 June 2016

Reduce Array Content C++

#include
#include
#include
using namespace std;
int main() {
char s[5];
cout<<"Please Enter Any 5 Characters:";
cin>>s;
int k=sizeof(s);
int i,j;
for(i=0;i for(j=i;j cout< }
cout<<"\n";
}
return 0;
}

No comments:

Post a Comment

CakePHP Date Picker

Folder Structure: Controller:   File location - cakephp/src/controller/HomepageController.php namespace App\Controller; use...