Search:

Type: Posts; User: Shatroopa

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,589

    using fflush(stdin) is not wrong... it actually...

    using fflush(stdin) is not wrong...
    it actually clears the input stream of any unintended characters, like when you use a loop to take a string input character by character, first time you press a...
  2. Replies
    18
    Views
    9,792

    use free(); to delete the node

    use free(<struct pointer>); to delete the node
Results 1 to 2 of 2