Data Structures (Odd Semester 2014): Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 August 2025

  • curprev 13:2913:29, 12 August 2025 Wikiadmin talk contribs 1,152 bytes +1,152 Created page with "CT 205 Data Structures is offered to S.Y. B.Tech. Computer Engineering and I.T. students. It is a 4 credit course. The laboratory course CT 209 Data Structures Laboratory is a 2 credit course. = Common Mistakes by Students in Assignments Submission = == Writing the NUL character == The NUL character is written as '\0' and not as '/0' == Copying pointers == When you say p = q, where p and q are both pointers, then p does not point to q, but p points to where q points...."