当前位置:网站首页>In C language, int a= 'R'
In C language, int a= 'R'
2022-07-05 06:47:00 【like_ new_ human】
stay c In language ,int a=‘R’’; The correct expression is
A.a%10 ` B.a=int(3e2) C .2*a=a++ D.a=a+a=a+3
Many answers on Baidu say a Cannot assign values to constants .
a Is an integer variable , Value is constant R Value . therefore a Can perform assignment operation .
边栏推荐
- 如何正确在CSDN问答进行提问
- [learning] database: several cases of index failure
- Dameng database all
- Rehabilitation type force deduction brush question notes D3
- Rehabilitation type force deduction brush question notes D1
- PHY驱动调试之 --- PHY控制器驱动(二)
- Use ffmpeg to rotate, flip up and down, and flip horizontally
- Error: “MountVolume.SetUp failed for volume pvc 故障处理
- [Chongqing Guangdong education] National Open University 2018 autumn 0702-22t contemporary Chinese political system reference questions
- MySQL (UDF authorization)
猜你喜欢
随机推荐
[moviepy] unable to find a solution for exe
2022-5-第四周日报
What is linting
[Gaode map POI stepping pit] amap Placesearch cannot be used
Redis-02. Redis command
Preemption of CFS scheduling
All English in the code
H5 module suspension drag effect
[QT] QT multithreading development qthread
International Open Source firmware Foundation (osff) organization
How to correctly ask questions in CSDN Q & A
The problem of Chinese garbled code in the vscode output box can be solved once for life
TCP's understanding of three handshakes and four waves
Technology blog learning website
Volcano resource reservation feature
vsCode创建自己的代码模板
Game theory acwing 892 Steps Nim game
confidential! Netease employee data analysis internal training course, white whoring! (attach a data package worth 399 yuan)
Use ffmpeg to rotate, flip up and down, and flip horizontally
Log4qt usage of logbase in QT project








