Search:

Type: Posts; User: redred

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,254

    I tested many input for this code with random...

    I tested many input for this code with random length , but work with any length !!
  2. Replies
    5
    Views
    1,254

    Help to understand this code !

    Hi ,
    i can't understand this code :



    #include <stdio.h>
    main (){
    int ch;
    do{
    ch = getchar();
  3. Replies
    8
    Views
    2,311

    What's your suggestion for c programming book,and...

    What's your suggestion for c programming book,and a reference for learning types in c ??
  4. Replies
    8
    Views
    2,311

    I read this : Beginning C: From Novice to...

    I read this :
    Beginning C: From Novice to Professional (Beginning Apress): Ivor Horton: 9781430243625: Amazon.com: Books
  5. Replies
    8
    Views
    2,311

    Thanks to replies, i can't understand properly...

    Thanks to replies, i can't understand properly pointers and types, what is you're suggestions to learn properly pointers and types ?
  6. Replies
    8
    Views
    2,311

    Help for understand pointer

    Hello,

    I'M a newbie C programming,i read book to learn C,in chapter of pointers and arrays, written an example that i write :



    #include <stdio.h>

    void main()
    {
Results 1 to 6 of 6