Pointers in C

Aadit Kapoor

Aadit Kapoor

@aadit-kapoor-EBxnXT Oct 20, 2024
POINTERS AND MEMORY.pdf
A great guide to pointers and memory!

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Nov 23, 2013

    Aadit Kapoor
    POINTERS AND MEMORY.pdf
    A great guide to pointers and memory!
    You should add this as a resource - #-Link-Snipped-#
  • Aadit Kapoor

    Aadit Kapoor

    @aadit-kapoor-EBxnXT Nov 23, 2013

    Which os is best for c programming LINUX OR WINDOWS 8.1?
  • [Prototype]

    [Prototype]

    @prototype-G9Gn5k Nov 24, 2013

    Aadit Kapoor
    Which os is best for c programming LINUX OR WINDOWS 8.1?
    OS is insignificant. Its pretty much asking like which mobile is best to put Airtel sim card, the Samsung one or Apple one.
  • Sanyam Khurana

    Sanyam Khurana

    @sanyam-Nl7Zqc Nov 24, 2013

    Aadit Kapoor
    Which os is best for c programming LINUX OR WINDOWS 8.1?
    Wrong question, if you asked which compiler, then it would make some sense !

    Use gcc compiler.

    Can use a IDE too, but at a later stage !
  • Aadit Kapoor

    Aadit Kapoor

    @aadit-kapoor-EBxnXT Nov 25, 2013

    how to master c language?
  • Sanyam Khurana

    Sanyam Khurana

    @sanyam-Nl7Zqc Nov 25, 2013

    Aadit Kapoor
    how to master c language?
    First get yourself ready with the basic stuff, learn through videos, and memorize through reading ebooks.

    Then try different questions and form algorithms, you should work on your Data Structures concept 😉

    PS: More detailed advice soon, have exam tomorrow, need to rush..!
  • Vishal Sharma

    Vishal Sharma

    @vishal-pysGmK Nov 25, 2013

    Aadit Kapoor
    how to master c language?
    take a real time existing software and try to develop that in small scale using c
    that's how i learned!
  • Aadit Kapoor

    Aadit Kapoor

    @aadit-kapoor-EBxnXT Nov 26, 2013

    Thanks Guys