- 相關(guān)推薦
編程人員筆試題
1. What will be the output of the following C code?
main()
{
int k, num= 30;
k =(num > 5 ? (num <=10 ? 100:200): 500);
printf(“%d”, k);
}
2. What will the following C code do?
int *ptr;
ptr =(int *)Ox67a9;
*ptr = Oxaa55;
3. What will be the output of the follow C code?
#define product(x) (x*x)
main()
{
int i = 3, j, k;
j = product(i++);
k = product(++i);
printf(“%d %d”,j,k);
}
【編程人員筆試題】相關(guān)文章:
威盛編程面試題目07-06
中興2015筆試題08-02
迅雷2011.10.21筆試題08-10
采購人員筆試題,試題分享02-25
海爾04年筆試題及答案07-31
編程人員崗位職責(zé)(通用14篇)08-19
編程人員求職個(gè)人簡歷表格05-21