Search:

Type: Posts; User: std10093

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    2,758

    Oh now you think i didn't know what the code did...

    Oh now you think i didn't know what the code did :P Let me help you to get the point :)

    The point is to give the beginners the explanation needed in order they understand how things work and as a...
  2. Replies
    10
    Views
    2,758

    You are welcome Sanchari! Also welcome to the...

    You are welcome Sanchari! Also welcome to the forum :D
  3. Replies
    10
    Views
    2,758

    It would be nice to explain your code.Remember...

    It would be nice to explain your code.Remember that the goal is not to make the other just copy paste the code!The goal is that the other to learn....And better yet,to give him hints in order to...
  4. Replies
    10
    Views
    2,758

    main function should return an int ,not void ...

    main function should return an int ,not void
    right before the main function terminates,you should write return 0; in order to state that the program exited fine
    what does fgetc do?Returns the...
Results 1 to 4 of 4