当前位置:网站首页>C中的数据存储
C中的数据存储
2022-08-03 19:27:00 【Naunyang】
这样一个现象:
一个函数的返回值是int16类型的。但当返回的参数值大于32767的时候是如何的现象。可以正常返回,接收返回值的变量可以容纳返回值即可。
如下边程序:
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
int16_t get_parameter_value(int a,int b)
{
return a+b;
}
int main()
{
uint16_t value = 0;
value = get_parameter_value(0xA801,1);
printf("value = %d\n",value);
printf("value = %x\n",value);
printf("Hello world!\n");
return 0;
}
边栏推荐
- 网络协议-TCP、UDP区别及TCP三次握手、四次挥手
- 【C语言学习笔记(六)】分支与跳转(if、else、continue、break、switch)
- 阿里巴巴政委体系-第七章、阿里政委培育
- LeetCode 952. Calculate Maximum Component Size by Common Factor
- 丙二醇二乙酸酯(Propylene Glycol Diacetate)
- Network protocol-TCP, UDP difference and TCP three-way handshake, four wave
- 【微信小程序】NFC 标签打开小程序
- 要想成为黑客,离不开这十大基础知识
- Postgresql快照优化Globalvis新体系分析(性能大幅增强)
- Jingdong cloud released a new generation of distributed database StarDB 5.0
猜你喜欢
Protobuf Grpc使用异常 类型有未导出的方法,并且是在不同的软件包中定义
Interview Blitz: What Are Sticky Packs and Half Packs?How to deal with it?
基于移动GIS的环保生态管理系统
要想成为黑客,离不开这十大基础知识
友宏医疗与Actxa签署Pre-M Diabetes TM 战略合作协议
基于DMS的数仓智能运维服务,知多少?
云图说丨初识华为云微服务引擎CSE
When does MySQL use table locks and when to use row locks?You should know this
Introduction to Cosine Distance
Zhong Hua, senior architect of Ali: China-Taiwan strategic thinking and architecture practice; including internal implementation manual
随机推荐
傅里叶变换(深入浅出)
Unity获取canvas 下ui 在屏幕中的实际坐标
要想成为黑客,离不开这十大基础知识
LeetCode 952. 按公因数计算最大组件大小
开源教育论坛| ChinaOSC
虚拟机vmware设置桥接模式上网
idea——同一项目开启多个实例(不同端口)
FreeRTOS Intermediate
Web项目Controller统一返回实体类
OneNote 教程,如何在 OneNote 中设置页面格式?
云图说丨初识华为云微服务引擎CSE
力扣解法汇总899-有序队列
G6尝试 学习
Postgresql中的pg_memory_barrier_impl和C的volatile
基于DMS的数仓智能运维服务,知多少?
力扣刷题之合并两个有序数组
建模该从哪一步开始?给你分析,给零基础的你一些学习建议
阿里巴巴政委体系-第九章、阿里政委启示录
Unity gets the actual coordinates of the ui on the screen under the canvas
【夜莺监控方案】08-监控msyql集群(prometheuse+n9e+mysqld_exporter)