empty argument list function in c/c++

Is there any difference between C and C++ for functions
with empty argument lists.
eg : int func2();

Comments

  1. This only means an empty argument list in
    C++. In C it means “an indeterminate number of arguments.

    ReplyDelete
  2. Thanks Priyaranjan, your blog is awesome. Keep it up!

    ReplyDelete

Post a Comment

Popular posts from this blog