Article Topic Learning Download Q&A Programming Dictionary Game Recent Updates
LOGIN
简体中文(ZH-CN) English(EN) 繁体中文(ZH-TW)
  • PHP Development
  • Large Front-end
  • Back-end Development
  • Database
  • Mobile Terminal
  • Operation and Maintenance Development
  • Ui Design
  • Fundamentals of Computer Science
Home > Common Problem > body text

What are the methods of converting decimal to hexadecimal in C language?

不言
Release: 2021-04-20 09:57:50
Original
105137 people have browsed it

Methods for converting decimal to hexadecimal in C language: 1. Through the while loop method; 2. Through the for loop method; 3. Use functions to convert, code such as "int decimal_to_hexadecimal(int x)" .

What are the methods of converting decimal to hexadecimal in C language?

The operating environment of this article: Windows 7 system, version C11, Dell G3 computer.

There are many ways to convert decimal to hexadecimal in C language. You can use for loops, while loops, or functions. Let's take a look at the specific method introduction

The decimal number has base 10 and includes the following numbers: 0 1 2 3 4 5 6 7 8 9

The hexadecimal number has Base 16 and includes the following values: 0 1 2 3 4 5 6 7 8 9 A B C D E F, where A = 10, B = 11, C = 12, D = 13, E = 14, F = 15.

The code for converting decimal to hexadecimal in C language is as follows

while loop:

#include
int main() {
	long int decimalNumber,remainder,quotient;
	int i=1,j,temp;
	char hexadecimalNumber[100];
	printf("输入十进制数任意: ");
	scanf("%ld",&decimalNumber);
	quotient = decimalNumber;
	while(quotient!=0) {
		temp = quotient % 16;
		if( temp < 10)
		           temp =temp + 48; else
		         temp = temp + 55;
		hexadecimalNumber[i++]= temp;
		quotient = quotient / 16;
	}
	printf("十进制数的等效十六进制值 %d: ",decimalNumber);
	for (j = i -1 ;j> 0;j--)
	      printf("%c",hexadecimalNumber[j]);
	return 0;
}
Copy after login

for loop

#include
#include

int main()
{
      int decimal_number, remainder, hexadecimal_number = 0;
      int count;
      printf("Enter a Decimal Number:\t");
      scanf("%d", &decimal_number);	
      for(count = 0; decimal_number > 0; count++)
      {
            remainder = decimal_number % 16;
            hexadecimal_number = hexadecimal_number + remainder * pow(10, count);
            decimal_number = decimal_number / 16;
      }
      printf("\nHexadecimal Equivalent:\t%d\n", hexadecimal_number);
      return 0;
}
Copy after login

Use function

#include
#include

int decimal_to_hexadecimal(int x)
{
      int hexadecimal_number, remainder, count = 0;
      for(count = 0; x > 0; count++)
      {
            remainder = x % 16;
            hexadecimal_number = hexadecimal_number + remainder * pow(10, count);
            x = x / 16;
      }
      return hexadecimal_number;
}

int main()
{
      int decimal_number, result;
      printf("Enter a Decimal Number:\t");
      scanf("%d", &decimal_number);		
      result = decimal_to_hexadecimal(decimal_number);	
      printf("\nHexadecimal Equivalent:\t%d\n", result);
      return 0;
}
Copy after login

哆哆女性网沽名钓誉的意思超级马里奥64下载律政强人百度云民国文匪不要告诉我的丈夫good商业公司起名字起名参考用字 按笔画起名起名大全以孩子名义起诉书范文决战江湖交际花是什么意思姓史起洋气的名字2011年属兔起名孩子起名的古诗词集合石插件淀山湖时代御湖cctu1牛年宝宝起名能用字圣骑士名字微信斗地主姓氏三才五格起名起名法饺子馆起名字好听美国名校招生舞弊案涉案明星获刑起名的诗句世风日下成都二手房交易流程汉献帝新传txt一个勺子下载傻瓜进销存多伦多有哪些大学淀粉肠小王子日销售额涨超10倍罗斯否认插足凯特王妃婚姻不负春光新的一天从800个哈欠开始有个姐真把千机伞做出来了国产伟哥去年销售近13亿充个话费竟沦为间接洗钱工具重庆警方辟谣“男子杀人焚尸”男子给前妻转账 现任妻子起诉要回春分繁花正当时呼北高速交通事故已致14人死亡杨洋拄拐现身医院月嫂回应掌掴婴儿是在赶虫子男孩疑遭霸凌 家长讨说法被踢出群因自嘲式简历走红的教授更新简介网友建议重庆地铁不准乘客携带菜筐清明节放假3天调休1天郑州一火锅店爆改成麻辣烫店19岁小伙救下5人后溺亡 多方发声两大学生合买彩票中奖一人不认账张家界的山上“长”满了韩国人?单亲妈妈陷入热恋 14岁儿子报警#春分立蛋大挑战#青海通报栏杆断裂小学生跌落住进ICU代拍被何赛飞拿着魔杖追着打315晚会后胖东来又人满为患了当地回应沈阳致3死车祸车主疑毒驾武汉大学樱花即将进入盛花期张立群任西安交通大学校长为江西彩礼“减负”的“试婚人”网友洛杉矶偶遇贾玲倪萍分享减重40斤方法男孩8年未见母亲被告知被遗忘小米汽车超级工厂正式揭幕周杰伦一审败诉网易特朗普谈“凯特王妃P图照”考生莫言也上北大硕士复试名单了妈妈回应孩子在校撞护栏坠楼恒大被罚41.75亿到底怎么缴男子持台球杆殴打2名女店员被抓校方回应护栏损坏小学生课间坠楼外国人感慨凌晨的中国很安全火箭最近9战8胜1负王树国3次鞠躬告别西交大师生房客欠租失踪 房东直发愁萧美琴窜访捷克 外交部回应山西省委原副书记商黎光被逮捕阿根廷将发行1万与2万面值的纸币英国王室又一合照被质疑P图男子被猫抓伤后确诊“猫抓病”

哆哆女性网 XML地图 TXT地图 虚拟主机 SEO 网站制作 网站优化

The above is the detailed content of What are the methods of converting decimal to hexadecimal in C language?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
c language
source:php.cn
Previous article:Which one is better to learn first, c or c++? Next article:what does csv mean
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Latest Articles by Author
  • What is programming?
    2019-04-16 16:04:28
  • The shortcut key for search is the ctrl key plus what key
    2020-09-15 11:26:00
  • What is added to the cut shortcut key ctrl?
    2020-09-10 14:26:14
  • What is it's profession?
    2020-09-08 11:06:15
  • What does ctrl plus save?
    2020-09-09 09:46:36
  • What is the shortcut key for ctrl+t?
    2020-10-12 14:51:04
  • How to use PS ruler?
    2020-09-10 14:40:02
  • Who is suitable for learning programming?
    2019-04-24 16:20:55
  • What is the shortcut key for reverse selection in PS?
    2020-10-13 11:40:03
  • How to add line break between two inline elements
    2019-04-15 14:06:21
Latest Issues
Best way to preload route data before accessing the route. Before rendering the page for a given route, I want to first get the necessary data synchr...
From 2023-11-17 14:54:42
0 2 379
0 Basics: Should I learn php8 directly or start with php7 first? 0 Basics: Should I learn php8 directly or start with php7 first? I heard that the 8 and 7 ...
From 2023-10-22 07:22:11
0 0 25
What does it mean in HTML 5 when an attribute is a boolean? What does it mean when a property like a hidden property is a boolean property? Can someon...
From 2023-10-20 18:43:19
0 1 381
Revealing the secrets of recursive functions in PHP for ordinary people Can anyone explain to me recursive functions in PHP (without using Fibonacci) in layman's ...
From 2023-10-17 08:41:23
0 2 283
Is JavaScript a language that uses pass-by-reference or pass-by-value? Primitive types (numbers, strings, etc.) are passed by value, but objects are unknown sinc...
From 2023-10-11 17:50:30
0 1 298
Related Topics
More>
  • C language variable naming
  • Self-study for beginners in C language with zero foundation
  • Priority order of operators in c language
  • C language data structure
  • C language random function usage
  • c language const usage
  • Usage of get function in c language
  • c array initialization method
Popular Recommendations
  • What is the CAD shortcut command list?
  • What are the basic knowledge of computer keyboard functions?
  • What are the commonly used computer shortcut keys?
  • How to convert hexadecimal to decimal
  • The host is turned on but the computer display does not light up
Popular Tutorials
More>
Related Tutorials
Popular Recommendations
Latest courses
  • C language Chinese development manual
    C language Chinese development manual
    1722
    Collection
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
  • [form button] jQuery enterprise message form contact code
  • [Player special effects] HTML5 MP3 music box playback effects
  • [Menu navigation] HTML5 cool particle animation navigation menu special effects
  • [form button] jQuery visual form drag and drop editing code
  • [Player special effects] VUE.JS imitation Kugou music player code
  • [html5 special effects] Classic html5 pushing box game
  • [Picture special effects] jQuery scrolling to add or reduce image effects
  • [Photo album effects] CSS3 personal album cover hover zoom effect
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!

哆哆女性网沽名钓誉的意思超级马里奥64下载律政强人百度云民国文匪不要告诉我的丈夫good商业公司起名字起名参考用字 按笔画起名起名大全以孩子名义起诉书范文决战江湖交际花是什么意思姓史起洋气的名字2011年属兔起名孩子起名的古诗词集合石插件淀山湖时代御湖cctu1牛年宝宝起名能用字圣骑士名字微信斗地主姓氏三才五格起名起名法饺子馆起名字好听美国名校招生舞弊案涉案明星获刑起名的诗句世风日下成都二手房交易流程汉献帝新传txt一个勺子下载傻瓜进销存多伦多有哪些大学淀粉肠小王子日销售额涨超10倍罗斯否认插足凯特王妃婚姻不负春光新的一天从800个哈欠开始有个姐真把千机伞做出来了国产伟哥去年销售近13亿充个话费竟沦为间接洗钱工具重庆警方辟谣“男子杀人焚尸”男子给前妻转账 现任妻子起诉要回春分繁花正当时呼北高速交通事故已致14人死亡杨洋拄拐现身医院月嫂回应掌掴婴儿是在赶虫子男孩疑遭霸凌 家长讨说法被踢出群因自嘲式简历走红的教授更新简介网友建议重庆地铁不准乘客携带菜筐清明节放假3天调休1天郑州一火锅店爆改成麻辣烫店19岁小伙救下5人后溺亡 多方发声两大学生合买彩票中奖一人不认账张家界的山上“长”满了韩国人?单亲妈妈陷入热恋 14岁儿子报警#春分立蛋大挑战#青海通报栏杆断裂小学生跌落住进ICU代拍被何赛飞拿着魔杖追着打315晚会后胖东来又人满为患了当地回应沈阳致3死车祸车主疑毒驾武汉大学樱花即将进入盛花期张立群任西安交通大学校长为江西彩礼“减负”的“试婚人”网友洛杉矶偶遇贾玲倪萍分享减重40斤方法男孩8年未见母亲被告知被遗忘小米汽车超级工厂正式揭幕周杰伦一审败诉网易特朗普谈“凯特王妃P图照”考生莫言也上北大硕士复试名单了妈妈回应孩子在校撞护栏坠楼恒大被罚41.75亿到底怎么缴男子持台球杆殴打2名女店员被抓校方回应护栏损坏小学生课间坠楼外国人感慨凌晨的中国很安全火箭最近9战8胜1负王树国3次鞠躬告别西交大师生房客欠租失踪 房东直发愁萧美琴窜访捷克 外交部回应山西省委原副书记商黎光被逮捕阿根廷将发行1万与2万面值的纸币英国王室又一合照被质疑P图男子被猫抓伤后确诊“猫抓病”

哆哆女性网 XML地图 TXT地图 虚拟主机 SEO 网站制作 网站优化