The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-28-2008
purplelightspar purplelightspar is offline
Registered User
 

Join Date: Apr 2008
Posts: 1
What is the difference between f(...), f(void) and f()

What is the difference between f(...) , f(void),f()
I know that f(void) doesn't take any parameters, but what about f() and f(...) Does the last call of function even exists?
Reply With Quote
Forum Sponsor