91学习

陪伴你每一天!

C语言左移《的运算

#include <stdio.h>

void main(){

int x=15;

x=x<<2;

printf("the result is:%d\n",x);

x=x<<3;

printf("the result is:%d\n",x);

}

加威信18790284560免费送POS机.jpg

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。