#include<stdio.h> int main( void ) { char s[6]={"abcds"}; ( int )s[0]=*(( const int* const )"wxyzk"); puts(s); return 0; }