Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
6 user(s) are online (6 user(s) are browsing encyclopedia)

Members: 0
Guests: 6

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Void return type

In various programming languages, a void return type indicates that a function (programming) does not return a value. They are implemented through the void keyword in languages such as Java programming language, C programming language, C# and D programming language.

=Related topics=

  • In Perl, methods that are called in a context where the return type and value are not used or are irrelevant are said to be in void context .