威盛软件笔试题目

时间:2018-12-31 12:00:00 资料大全 我要投稿

威盛软件笔试题目

本站向求职者介绍份软件公司笔试题目

威盛软件笔试题目

     1.:说明下面程序的作用,

威盛软件笔试题目

  func(char*a,char*b){while(*a++=*b++);return;}

  2.#include #define ADD(p) {p++;(*p)++;}Add(int *p) {p++;(*p)++;}int a[]={0,1,2};int main(){int *p=a;ADD(p)ADD(p)printf("%d,%d,%d/n",a[0],a[1],a[2]);p=a;Add(p);Add(p);printf("%d,%d,%d/n",a[0],a[1],a[2]);}输出多少?

  3.:说明下面的的`表达有没有不同,如果不同,请说明不同在哪里,

资料共享平台

威盛软件笔试题目》(http://meiwen.anslib.com)。

  char* s1="hello";

  char s2[]="world";

  4.简述auto,static,register,extern四种存储类型的区别

  5.:int count=0;int x=2007int main(){while(x){count++;x=x&(x-1);}return count;}问输出返回的count值。

  6.编程给一个程序,输入N,(1<=N<=20)给N*N的矩阵进行Zigzag赋值,即:N=0 时,a[0]=0;N=4 时,a[4][4]=0 1 5 6 2 4 7 12 3 8 11 13 9 10 14 15

  7.:8个台阶,上台阶的人一次最多上3个台阶,问上这个8个台阶有多少种方法?

 

【威盛软件笔试题目】相关文章:

1.威盛软件笔试题

2.威盛笔试题目

3.威盛笔试试题(软件)

4.威盛笔试题

5.威盛笔试经验

6.威盛笔试试题

7.威盛公司软件C++工程师笔试题

8.往年威盛电子笔试题