编程类笔试题

时间:2024-09-21 10:55:08 资料大全 我要投稿
  • 相关推荐

编程类笔试题

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

编程类笔试题

编程类笔试题

     *        
         ***       
        *****     
       *******     
      *********    
     ***********
    *************  
   *************** 
 *****************
*******************
 *****************
   *************** 
    *************  
     ***********  
      *********    
       *******     
        *****     
         ***       
          *
 

  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;i==10;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上运行结果分别是?

【编程类笔试题】相关文章:

搜狐编程笔试题08-28

360笔试题目06-27

计算机编程笔试题目08-09

笔美国国家仪器试题目09-23

英语类笔试题06-13

税法类笔试题07-31

智力类笔试题08-14

运算类笔试题05-29

乘法类笔试题08-14

技术类笔试题08-20