以我的老师为题作文300字
一.简答题.

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 函数会有什么样的结果.
【以我的老师为题作文300字】相关文章:
以我的养母为题的作文07-23
以我的烦恼为题的作文05-07
以我的偶像为题的作文11-28
以我的姐姐为题作文12-12
以我的家风家训为题的作文08-20
以我们成功了为题作文06-27
【优秀】以我的烦恼为题的作文08-01
以我的老师为题的作文(合集20篇)06-30
以我的老师为题的作文(通用36篇)09-10
以我的美国留学梦为题的作文05-07
- 相关推荐