例子如下

[pgsql@localhost soft]$ cat test1.c
#include <stdlib.h>
#include <stdio.h> int main()
{
int a,b,c;
a = ;
b =;
c = ; a = b =c; fprintf(stderr,"a :%d\n",a);
fprintf(stderr,"b :%d\n",b);
fprintf(stderr,"c :%d\n",c); return ;
}
[pgsql@localhost soft]$

运行:

[pgsql@localhost soft]$ ./test1
a :
b :
c :

得出结论,赋值从右边向左边进行

最新文章

  1. poj 3928 树状数组
  2. Cassandra 技术选型的问题
  3. hdu 1861-游船出租
  4. HTML5之video元素
  5. 第六十五篇、OC_iOS7 自定义转场动画push pop
  6. Visual Studio 2013 之 Productivity Power Tools
  7. hibernate通过判断参数动态组合Hql语句,生成基本通用查询
  8. js关于闭包的内存的问题--deep down
  9. 新概念英语(1-5)Nice to meet you.
  10. Maven将远程包拉去到项目指定路径
  11. 拯救者R720安装Ubuntu之后无法连接无线网络
  12. luogu 1026 统计单词个数
  13. C#_Winform_聊天机器人
  14. luogu P3391 【模板】文艺平衡树(Splay)
  15. Web服务器性能压力测试工具http_load、webbench、ab、Siege使用教程
  16. LeetCode 48
  17. 调用jdbc已经写成的方法----jdbc工具类抽取方式三
  18. Kali-linux破解操作系统用户密码
  19. FreeMarker之根据模板生成Java代码
  20. 为运行SQL Server的虚拟机切换装有DB Logs的最佳实践

热门文章

  1. python核心编程中网络爬虫的例子
  2. Codeforces Round #375 (Div. 2) D. Lakes in Berland (DFS或并查集)
  3. 二.Mybatis 增删改查
  4. 【luogu P1972 [SDOI2009]HH的项链】 题解
  5. PAT1087. All Roads Lead to Rome
  6. bootstrapPaginator设置同步会翻2页的小坑
  7. deep learning学习记录三
  8. 菜鸟笔记 -- Chapter 1 计算机从0到1
  9. DB数据源配置之抽象(〇)
  10. Js操作DOM及获取浏览器高度以及宽度