stab[3].pole1=123; //przypisanie wartość do 4 elementu tablicy str1.pole2=20; str1.pole3=33.33;
cout<<"w funkcji main pole2= "< cout<<"w funkcji main pole3= "< cout<<"w funkcji main pole1= "< cout<<"pole3+pole2= "< str2=struktura_F(str1); cout<<"Po struktura_F pole2= "< system("PAUSE"); return EXIT_SUCCESS; }