Search:

Type: Posts; User: bhanubaba

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,746

    how to find the output

    how to find the output without using getch in DEV-C++
  2. Replies
    4
    Views
    19,051

    Thanks for the replies cpjust and dwks, thing is...

    Thanks for the replies cpjust and dwks, thing is clear that macros and constant cant be use without header file but when we run programs then how does compiler come to know some functions like...
  3. Replies
    4
    Views
    19,051

    Why do we use the header file in C

    Why do we use the header file in C.


    #include<stdio.h>
    void main()
    {
    printf("Hello");
    }

    OR
Results 1 to 3 of 3