- 相關推薦
應用開發(fā)工程師簡答筆試題
簡答題
16:類的靜態(tài)成員和非靜態(tài)成員有何區(qū)別?
17:Consider the following code:
#include
#include
int main(int argc, char *argv[]) {
int i = 1;
char buf[4];
strcpy(buf, "AAAA");
printf("%d ", i);
return 0;
}
a) When compiled and executed on x86, why does this program usually not output what the programmer intended?
b) Name several ways in which the security problem that causes this program not to output what the programmer intended can be prevented WITHOUT changing the code.
18:#include
void main()
{ int a[5] ={2,4,6,9,12},b[6] ={2,3,4,6,8,9};
for(int i=0;i<5;i++)
for(int j=0;j<6;j++)
if(*(a+i)==*(b+j) printf( ″ %d ″ ,*(a+i));
printf( ″ n ″ );
} 輸出結果: _______
19:Write a function escape(s,t) that converts characters like newline and tab into visible escape sequences like and as it copies the string t to s . Use a switch . Write a function for the other direction as well, converting escape sequences into the real characters.
【應用開發(fā)工程師簡答筆試題】相關文章:
應用系統開發(fā)工程師筆試題目07-24
阿里開發(fā)工程師筆試題目09-17
軟件開發(fā)工程師筆試題08-03
一套軟件開發(fā)工程師筆試題09-30
Web前端開發(fā)工程師筆試題 CSS+Javascript10-06
360筆試題目06-27
筆美國國家儀器試題目09-23
浙大網新中研軟件開發(fā)工程師筆試題10-06