double function(); int main(){} double function(){}
double function(){}; int main(){}
int main() { double function(); } double function(){//statements}
All of above function declaration are illegal.
Previous Question Next Question
Your comments will be displayed only after manual approval.