河南高考考試時間及科目安排
一.簡答題.

1.避免死鎖的方法有哪些?
2.在Sybase數據庫中注冊用戶與數據庫用戶有什么區別?
3.在MS SQL_Server 數據庫中通過什么約束保證數據庫的實體完整性
4.內存有哪幾種存儲組織結構.請分別加以說明
5.JAVA中的Wait() 和notify()方法使用時應注意些什么?
6.用戶輸入一個整數.系統判斷,并輸出是負數還是非負數,請設計測試用例.
7.操作系統中的同步和互訴解決了什么問題
8.UNIX 中init
二.編寫類String 的構造函數,析構函數和賦值函數
已知類String 的原型為
class string
{
public:
string(const char *str=null);/pic/p>
string(const string &other);/pic/p>
---string(void);
string &operate=(const string &other);/pic/p>
private:
char * m-data;/pic/p>
};
請編寫string 的上述4個函數
三.有關內存的思考題
1.void getmemory(char *p)
{ p=(char*)mallol(100);
}
void test(void)
{
char * str =null;
getmemory(str);
strcpy(str,”hello,world”);
printf(str);
}
請問運行Test函數會有什么樣的結果
2.char*getmemory(void)
{ char p[]=”hello world”;
return p;
}
void test(void)
{
char *str=null;
str=Getmemory();
printf(str);
} 請問運行Test 函數會有什么樣的結果.
【河南高考考試時間及科目安排】相關文章:
2015年河南高考考試科目及時間安排01-31
2016高考全國考試科目及時間安排03-13
北京高考考試時間安排及考試科目01-07
高考考試時間和科目安排03-16
湖南高考考試時間及科目安排04-14
河北2015高考時間各科目時間安排05-06
科目四考試時間安排01-13
科目一考試復習時間安排04-19
- 相關推薦