Search:

Type: Posts; User: sincere_cute

Search: Search took 0.01 seconds.

  1. Replies
    160
    Views
    1,221,705

    Sticky: good book

    programming in C using Turbo C++ by waites group is excellent for beginners. i enjoyed that book.
  2. Replies
    2
    Views
    1,334

    basic doubt

    code:

    #include<stdio.h>
    main()
    float i;
    i=16.0/9;
    printf("%d",i);
    }
Results 1 to 2 of 2