plz help me to add two matrices using pointers..
jenilgandhi -10 Newbie Poster
Recommended Answers
Jump to Postplz help me to add two matrices using pointers..
1>Take two integer matrices say a[20],b[20],and a result matrix c[20],and two integer pointers pa and pb.
2>Assign the start address of arrays to these pointers.
3>Now if p points to a[0] then p+1 points to a[1] and you can …
All 4 Replies
csurfer 422 Posting Pro
death_oclock 103 Posting Whiz
tux4life 2,072 Postaholic
monkey_king 39 Junior Poster
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.