Page 1 of 1

Write a program to create a structure with name person. The structure should take the name, father’s name, age, blood gr

Posted: Sun May 15, 2022 1:32 pm
by answerhappygod
Write a program to create a structure with name person. The
structure should
take the name, father’s name, age, blood group as input. The user
should take
the input using pointers and print the elements in the structure
using pointers.
solve in c using function and pointer only