Sunday, August 2, 2009

Can we use main before include function in c++ ?

This is not a very well worded question, but I think you are asking "Can main come before #includes". If so, yes, includes can come along anywhere in C++.

Can we use main before include function in c++ ?
#include %26lt; %26gt;


Void , int , .... main()


{


....





return 0 ;


}


Void , int ,.... function1 (..... , .... , ...)


{





....


}


This code is correct ....


If you meant to ask for that answer ....

bottle palm

No comments:

Post a Comment