摩托罗拉(motorola)笔试真题

时间:2021-02-10 15:14:39 面试笔试 我要投稿

摩托罗拉(motorola)笔试真题

  1.打印如下图案,共19行,只能有一个for循环。

摩托罗拉(motorola)笔试真题

     *        
         ***       
        *****     
       *******     
      *********    
     ***********
    *************  
   *************** 
 *****************
*******************
 *****************
   *************** 
    *************  
     ***********  
      *********    
       *******     
        *****     
         ***       
          *
   2.#define f1(n) (n)*(n)

  int i=5;

  int k=0;

  k=f1(i++);

  printf("%d %d",i,k);

  输出结果是?

  3.下面哪个for循环是无限循环?

  for(int i=010;i10;i+=0)

  for(int i=10;(i++^—i)0;i+=0)

  4.email relay 和email access分别用了什么协议?

  5.in a mobile phone,软件运行期stack data (栈)存在于?

  a.rom, b .flash c .eeprom d.ram e .none of the above

  6.int i;

  int x=0x12345678;

  unsigned char *p=(unsigned char *)&x;

  for(i=0;i

  printf("%2x",*(p+i));

  在80x86pc机器上和sun sparc unix上运行结果分别是?

  7.char a[2][2][3]={{{1,6,3},{5,4,15}},{{3,5,33},{23,12,7}} };

  for(int i=0;i<12;i++)

  printf("%d ",_______);

  空格处填上合适的`语句,顺序打印出a中的数字。

  8.void fun(char *a,char *b){

  a=b;

  (*a)++;

  }

  void main(){

  char s1=''a'',s2=''a'';

  char *p1=&s1;

  char *p2=&s2;

  fun(p1,p2);

  printf("%c%c",s1,s2);

  请写出输出结果。

【摩托罗拉(motorola)笔试真题】相关文章:

长沙银行笔试真题04-09

银行校招笔试真题练习03-29

2017邮政储蓄笔试真题和面经02-18

2017雅思笔试真题+答案(大陆卷)02-16

农信社、农商银行免笔试面试真题07-07

2017雅思笔试真题+答案(大陆卷+亚太卷)02-16

2017年福建农信社免笔试面试真题汇总02-11

中国工商银行笔试真题04-09

华为笔试网络题03-11

最全联合利华校招流程&面试笔试真题04-05