德尔福笔试题目(软件类)
[10-10 21:21:19] 来源:http://www.77xue.com 笔试题目 阅读:8561次
概要:21. Using the #define statement, how would youdeclare a manifest constant that returns the number of seconds in a year? Disregard leapyears in your answer.22. Interrupts are an important part of embeddedsystems. Consequently, many compiler vendors offer an extension to standard C to support interrupts.Typically, the keyword is __interrupt. The followingroutine (ISR). Point out problems in the code.__interrupt double compute_area (double radius){d
德尔福笔试题目(软件类),标签:驾照笔试题目,腾讯笔试题目,http://www.77xue.com
21. Using the #define statement, how would you declare a manifest constant that returns the number of seconds in a year? Disregard leap years in your answer.
22. Interrupts are an important part of embedded systems. Consequently, many compiler vendors offer an extension to standard C to support interrupts.Typically, the keyword is __interrupt. The followingroutine (ISR). Point out problems in the code.__interrupt double compute_area (double radius)
{
double area = PI * radius * radius;
printf(" Area = %f", area);
return area;
Tag:笔试题目,驾照笔试题目,腾讯笔试题目,求职指南 - 求职笔试面试 - 笔试题目
- 上一篇:奇瑞笔试题目归来
《德尔福笔试题目(软件类)》相关文章
- 德尔福笔试题目(软件类)
- › 德尔福笔试题目(机械类)
- › 德尔福笔试题目(软件类)
- 在百度中搜索相关文章:德尔福笔试题目(软件类)
- 在谷歌中搜索相关文章:德尔福笔试题目(软件类)
- 在soso中搜索相关文章:德尔福笔试题目(软件类)
- 在搜狗中搜索相关文章:德尔福笔试题目(软件类)