Computer Science, asked by Sureshbheje5419, 15 days ago

write a program to create a data frame that stores weight,age,and names of 3 people.print the data frame and its transpose.( no need for output) ​

Answers

Answered by mudasirashraf156
1

Explanation:

int main()

{

int weight,age,name;

printf("%d,%d,%d)

return 0

Similar questions