Redian新闻
>
Three C/C++ Programming Questions
avatar
Three C/C++ Programming Questions# Programming - 葵花宝典
j*z
1
Can anyone help me to answer the following questions:
1) Given the following code snippet, what does the function DoesWhat() do?
And what, if any, assumptions are made about the input to the function.
struct _tagElement
{
int m_cRef;
unsigned char m_bData[20];
struct _tagElement * m_next;

} NODE, * PNODE;
PNODE DoesWhat (PNODE pn1, PNODE pn2)
{
PNODE * ppnV = &pn1;
PNODE * ppn1 = &pn1;
PNODE * ppn2 = &pn2;
for ( ; *ppn1 || *ppn2; ppn1 = &((
avatar
p*e
2
瞄了两眼,大致猜一下:把有序链表2里小于有序链表1的元素按顺序插入链表1吧,
可能不准,拿到程序里调一下就知道了。

【在 j*****z 的大作中提到】
: Can anyone help me to answer the following questions:
: 1) Given the following code snippet, what does the function DoesWhat() do?
: And what, if any, assumptions are made about the input to the function.
: struct _tagElement
: {
: int m_cRef;
: unsigned char m_bData[20];
: struct _tagElement * m_next;
:
: } NODE, * PNODE;

avatar
a*x
3
nod.merge sort.
avatar
s*a
4
alexx 你个骗子又想骗人了
avatar
a*x
5
这么回只能更现你的无知.
给大家介绍一下,这位就是在国内以为找个美国律师就可以办工作签证结果被人
骗了钱的小骗子.

【在 s**********a 的大作中提到】
: alexx 你个骗子又想骗人了
avatar
n*g
6
是不是就是数据结构里面两个链表插值,完了以后,一个链表的指针丢了。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。