c and c++ programming difference-VIII

@angnima (772)
Nepal
March 4, 2007 12:41am CST
c and c++ programming difference-VIII: You must declare functions before use Although most good C code will follow this convention, in C++ it is strictly enforced that all functions must be declared before they are used.
1 response
@dholey (1383)
• India
1 May 07
thats true .... and we have function overloading feature in c++ ....