【名词&注释】
独创性(originality)、工程技术(engineering technology)、艺术作品(artistic works)、行政法规(administrative regulation)、《中华人民共和国合同法》(law of the contracts of the prc)、《中华人民共和国商标法》、设计图(design drawing)、《中华人民共和国著作权法》、软件公司(software company)、《中华人民共和国专利法》(patent law of the prc)
[单选题]某软件公司(software company)开发的媒体播放软件,在我国受法律保护的依据是______。
A. 《中华人民共和国专利法》(patent law of the prc)
B. 《中华人民共和国合同法》
C. 《中华人民共和国商标法》
D. 《中华人民共和国著作权法》
B. 设置传输操作 C. 发送操作 D. 获取操作
main( ) { char c; int i; for(i=65;i<68;i++) { c=i+32; switch(c) { case 'a':case 'b':case 'c':printf("%c,",c);break; default:printf("end");} } }