我是靠谱客的博主 健康天空,最近开发中收集的这篇文章主要介绍c语言结构体数值变化,求助一个问题 如何选择修改结构体中的数据,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

#include"stdio.h"

#include"string.h"

void rewrite()

{

int i;

char id[10];

int num,mark1=0,mark2=1;

printf("ntt请输入要修改的学生学号:");

scanf("%s",id);

for(i=0;i

{

if(strcmp(student[i].id,id)==0)

{  mark=1;

printf("ntt以下是您要修改的学生纪录:");

printf("ntt________________________________");

printf("ntt1.学号:  %s",student[i].id);

printf("ntt2.姓名:  %s",student[i].name);

printf("ntt3.电话:  %s",student[i].phone);

printf("ntt4.地址:  %s",student[i].adress);

printf("ntt5.邮编:  %s",student[i].postcode);

printf("ntt6.e-mail:%s",student[i].e_mail);

printf("ntt__________________

最后

以上就是健康天空为你收集整理的c语言结构体数值变化,求助一个问题 如何选择修改结构体中的数据的全部内容,希望文章能够帮你解决c语言结构体数值变化,求助一个问题 如何选择修改结构体中的数据所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(57)

评论列表共有 0 条评论

立即
投稿
返回
顶部