码迷,mamicode.com
首页 > 其他好文 > 详细

tmp = 2/4;竟然没有发现的

时间:2020-02-27 19:03:13      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:转换   运算符和   优先   getc   运算   math   include   printf   lib   

                                            我还纠结着单目运算符和双目运算符和乘除的一些优先级什么事情。

                                            

#include "common.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>

//#define 
static float Mathematical_modeling = 0;
static int   capacitance_modeling  = 0;
static float value = 0;
static char  car = A;
static float bus_num = -1000.123;
static int   China_population = -100;
static float x = 2.5, y = 4.7;
static int a = 7;


int main()
{
    
    int tmp = 2 / 4;
    //x+y 
    printf("类型转换is %f\n",x+a%3*(int)(x + y)%2/4);
    printf("tmp is %d\n", tmp);

    while (1)
    {
        getchar();
    }

    return 0;
} 

 

tmp = 2/4;竟然没有发现的

标签:转换   运算符和   优先   getc   运算   math   include   printf   lib   

原文地址:https://www.cnblogs.com/nowroot/p/12373565.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!