当前位置:网站首页>分享一道关于程序编译过程的选择题(内含编译过程浅谈,符号表的形成合并过程)
分享一道关于程序编译过程的选择题(内含编译过程浅谈,符号表的形成合并过程)
2022-07-27 05:03:00 【vpurple__】
目录
推荐阅读顺序:
1.题目->3.答案->2.题目分析->4.题目知识点
1.题目
1.由多个源文件组成的C程序,经过编辑、预处理、编译、链接等阶段会生成最终的可执行程序。下面哪个阶段可以发现被调用的函数未定义()
A 、预处理 B、 编译 C 、链接 D 、执行
2.题目分析
这是一道简单题目,考察程序编译链接过程。
按箭头观看更佳

3.题目答案
正确答案: C、链接
4.题目知识点
详细内容请看:
前两天刚刚整理了编译相关知识,今天考试的时候发现,漏了一个小点没有记住,特此补充,不断复习,常看常新。如果有哪里写的有错误疏忽,欢迎指正,共同进步。
边栏推荐
- GCC 编译选项
- 如何快速上手强化学习?
- Message reliability processing
- Multiplication sorting in torch, * & torch. Mul () & torch. MV () & torch. Mm () & torch. Dot () & @ & torch. Mutmal ()
- [codeworks round 801 div2 D tree queries] tree greedy conclusion
- Bean's life cycle & dependency injection * dependency auto assembly
- Selenium element operation
- Student management system
- 后台用户管理展示添加功能实现
- 用户管理-分页
猜你喜欢
随机推荐
Hi3516DV300环境搭建
6 zigzag conversion of leetcode
后台用户管理展示添加功能实现
Sparse array → saving and continuation of Gobang
Prime number screening (Ehrlich sieve method, interval sieve method, Euler sieve method)
李宏毅机器学习组队学习打卡活动day06---卷积神经网络
B1025 reverse linked list*******
登录到主页功能实现
Day5 --- Flask-RESTful请求响应与SQLAlchemy基础
B1023 group minimum
内部类与静态内部类区别及举例
mysql 取消外键关联约束
Differences among bio, NiO and AIO
商品图片的管理
Flask对模型类的操作
Common commands in CONDA and pip environments
Li Hongyi machine learning team learning punch in activity day06 --- convolutional neural network
用户登录-以及创建、验证短信验证码
Integrate SSM
Notes series k8s orchestration MySQL container - stateful container creation process









