#include int main() { char oz = 'O'; printf("Thsi book covers subject from %c",oz); oz = 'Z'; printf(" to %c.\n",oz); return(0); }