最新面试考试题目(含答案)-嵌入式软件工程师面试题.docVIP

  • 63
  • 0
  • 约1.76千字
  • 约 9页
  • 2018-10-11 发布于上海
  • 举报

最新面试考试题目(含答案)-嵌入式软件工程师面试题.doc

嵌入式软件工程师面试题 嵌入式软件工程师主要从事嵌入式软件开发工作。涉及应用层以及底层软件开发和设计工作。下面就由为大家介绍一下嵌入式软件工程师面试题的文章,欢迎阅读。 嵌入式软件工程师面试题篇1 1、将一个链表逆序 nbsp;LinkListnbsp;*p1,*p2nbsp;=nbsp;NULL,*p3nbsp;=nbsp;NULL; nbsp;if(headnbsp;==nbsp;NULLnbsp;||nbsp;head- nextnbsp;==nbsp;NULL) nbsp;returnnbsp;head; nbsp;p1nbsp;=nbsp;head- next; nbsp;hile(p1!=NULL) nbsp;{ nbsp;p3nbsp;=nbsp;p1- next; nbsp;p1- nextnbsp;=nbsp;p2; nbsp;p2nbsp;=nbsp;p1; nbsp;p1nbsp;=nbsp;p3; nbsp;} nbsp;head- nextnbsp;=nbsp;p2; nbsp;// head = p2; nbsp;returnnbsp;head;nbsp; } nbsp;charnbsp;*substringnbsp;=nbsp;malloc(256); nbsp;if(strstr(longstring,shortstring)!=NULL)

文档评论(0)

1亿VIP精品文档

相关文档