Tuesday, April 10, 2012

What's the effect of "int a(); " in C++?

What's the effect of int a(); in C++?



Is it equivalent to int a or int a(0)?



And how about char c() and double d()?
Thanks.





No comments:

Post a Comment