c++ 定义一个结构类型,想在一个函数中返回两个不同的指针就是说head head1 ,代码如下,主函数该怎样?
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/19 05:06:23
c++ 定义一个结构类型,想在一个函数中返回两个不同的指针就是说head head1 ,代码如下,主函数该怎样?
employee *delcre(employee * head,employee * head1){
employee *p,*s,*q;
p=head;
while(head->age>55&&head->sex=='m'||head->age>60&&head->sex=='w'){
if(head1==NULL){head1=head;q=head;}
else {q->next=p;q=p;}
head=head->next;
p=head;
coutsex=='m'||p->age>60&&p->sex=='w'){
if(head1==NULL){head1=p;q=p;}
else {q->next=p;q=p;}
s->next=p->next;
p=s->next;
cout
employee *delcre(employee * head,employee * head1){
employee *p,*s,*q;
p=head;
while(head->age>55&&head->sex=='m'||head->age>60&&head->sex=='w'){
if(head1==NULL){head1=head;q=head;}
else {q->next=p;q=p;}
head=head->next;
p=head;
coutsex=='m'||p->age>60&&p->sex=='w'){
if(head1==NULL){head1=p;q=p;}
else {q->next=p;q=p;}
s->next=p->next;
p=s->next;
cout
main函数自己写吧
#include
#include
using namespace std;
class Person
{
public:
Person()
{
name = new char[10];
sex = new char[6];
num = new char[20];
birthday = new char[8];
}
#include
#include
using namespace std;
class Person
{
public:
Person()
{
name = new char[10];
sex = new char[6];
num = new char[20];
birthday = new char[8];
}
如何定义一个函数 返回一个指向数组的指针
如何定义一个函数指针,使其可以指向两个参数不同的函数
定义一个返回值是指向函数的指针且有一个指向函数的指针作为参数的函数?
在C语言中,函数返回值的类型最终取决于( ) A函数定义时再函数首部所说明的函数类型 Breturn语句中表达式
定义一个函数,从给定的三个整数中返回最大值,并在主函数中试验此函数.
C语言中向一个函数传递一个数组,函数中定义一个指针变量,请问这个指针变量在for循环中要怎么使用?
谁会用C语言 写“定义函数返回两个数中较大的数,在主函数中调用并输出.编写主函数调用该函数”.
若已有定义int(*p)();则指针p A)代表函数的返回值 B)指向函数的入口地址 C)代表函数的类型 D)表示函数返
定义一个函数,能返回两个浮点型数据的大者,并在主函数中调用它,实现打印输入的3个数中的最大者.
定义一个函数,函数的参数为一维数组(用指针表示)函数返回数组元素平均值
当一个函数无返回值时,函数的类型应定义为
c语言求回文数定义一个函数,判断数x是否为回文数,如果是则返回1,否则返回0,在主函数中调用该函数,求1~10000的回