当前位置:七七学习网文档大全求职指南求职笔试面试笔试题目德尔福笔试题目(软件类)» 正文

德尔福笔试题目(软件类)

[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;

上一页  [1] [2] 


Tag:笔试题目驾照笔试题目,腾讯笔试题目求职指南 - 求职笔试面试 - 笔试题目

《德尔福笔试题目(软件类)》相关文章

联系我们 | 网站地图 | 范文大全 | 管理知识 | 教学教育 | 作文大全 | 语句好词
Copyright http://www.77xue.com--(七七学习网) All Right Reserved.
1 2 3 4 5 6 7 8 9 10