Search:

Type: Posts; User: Gobinath

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    12,227

    Function Pointers in C

    Can any one suggest the relative advantages of Function Pointers over directly calling the functions in C.
    In which circumstances we realise the full efficiency of Function Pointers.

    Thanx in...
  2. Replies
    4
    Views
    1,173

    I too, come across the same problem earlier, In...

    I too, come across the same problem earlier, In some older compliers this problem may arise.
    It can be overcome by intialising the Floating Point emulator in your code as:

    extern void...
  3. Normally, If you would like to print to standard...

    Normally, If you would like to print to standard output you can go ahead with Printf, In case if you want to Print any thing to user defined Files, you can use fprintf.
    There is not much difference...
  4. Replies
    9
    Views
    14,217

    Using Turbo C compiler you can access the...

    Using Turbo C compiler you can access the parallel port, It is possible for windows 98,I am not sure about 95.

    Function name Outportb(0x378,"data");
Results 1 to 4 of 4