我想要帮助来评估这个 [英] I want help to Evaluate this

查看:69
本文介绍了我想要帮助来评估这个的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

#define PRINT(int) printf("int = %d ",int)
  main()
  {
  int x,y,z;
  x=03;y=02;z=01;
  PRINT(x^x);
  z<<=3;PRINT(x);
  y>>=3;PRINT(y);



}

如何评价这个。



对不起,我只是想知道这个程序的工作情况。


}
How to evaluate this.

sorry to all i just want to know the working of this program.

推荐答案

你忽略的事情:

Things you overlooked:
  1. 大喊(写所有大写字母)很粗鲁。
  2. 句子'想要一个asnwer立刻'很粗鲁。
  3. 学习 C 编程语言的基础知识非常有用。
  1. Shouting (writing all capital letters) is rude.
  2. The very sentence 'want an asnwer immediately' is rude.
  3. Learning the basics of the C programming language would be very useful.





提示:如果你有一个编译器,为什么不尝试编译并运行它,验证自己?



Hint: if you have a compiler why don't try to compile and run it, to verify yourself?


这篇关于我想要帮助来评估这个的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆