Is there any function that pass a string to a struct in C?

前端 未结 0 389
庸人自扰
庸人自扰 2021-01-22 08:46

(newbie question)

Look at this struct:

struct Atom_data{
char *name;
char symbol;
double weight;
};

I want to write a function th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题