How to make a program yhat make the transpose of a matrix using C ofcourse.

Recommended Answers

All 3 Replies

How to make a program yhat make the transpose of a matrix using C ofcourse.

Did you read anything in this thread that indicated or makes reference to your particular question?
Please, post your question in a new thread of its own. However, before doing that, use the search bottom to find posible related threads concerning your question. You'll find that examples about transpose has been given already.
And last but not least, read the forum rules at the top of the page. You'll avoid future embarrassments and apologies.

[Edit:] Much better now that your question has been moved to a thread of its own.

commented: Bravo! +11

How to make a program yhat make the transpose of a matrix using array and pointers in language C of course?

Well it's a start. You clearly understand the concept of "repetition", and that's one of the skills you will need to master the for loops necessary to complete your task.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.