单项选择题数据库系统的核心是______。
单项选择题执行下列程序段,结果是( )。#include<iostream.h>void main( ){ int x=40;char y=''C'';int n;n=(x&0xff)&&c(y> ''B'');cout < < n;}