Results found for: function prototype
Printer Print This Page
techweb
function prototype
techweb
In programming, a declaration of a function to the compiler indicating what types of parameters are passed to it and what value is returned. The compiler can then report an error if a function within the program is not written to conform to the prototype. See function.

The following C example is the simplest prototype. The function displays "Hello World" on screen without receiving any parameters or returning any values to the calling instruction. "Void" means "nothing."

         Prototype
         void printHelloWorld(void);


         Function
         void printHelloWorld(void)
         {
         printf ("Hello World\n");
         }


Prototypes can be much more complicated as in this C example where five parameters are passed to a graphics function.

  void   DrawTransparentBitmap(HDC hdc,
                HBITMAP hBitmap,
                int xStart,
                int yStart,
                COLORREF cTransparentColor);





Search For function prototype On ChannelWeb

Find the latest news and information on function prototype from across the Channelweb Network of IT Web sites.


techweb
temrs similiar to your header
Entries before function prototype
techweb
techweb function call
techweb function key
techweb function keys
techweb function library
techweb function overloading
techweb Entries after function prototype
techweb
techweb functional decomposition
techweb functional requirements
techweb functional specification
techweb functional stovepipe
techweb functional test
techweb
define another it term
techweb

Or get a random definition
techweb
copyright THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.

Copyright (©) 1981-2005 The Computer Language Company
Inc All rights reserved.








CHANNEL SERVICES >>