Q&A Discussions
How to run Python script
0 Votes
1 Answerwhat will be output??
#include <iostream>
using namespace std;
int main(int a)
{
cout << a << "\n";
return 0;
}
int main(char *a)
{
cout << a << endl;
return 0;
}
int main(int a, int b)
{
cout << a << " " << b;
return 0;
}
int main()
{
main(3);
main("Subodh");
main(9, 6);
return 0;
}
if output is compilation compilation error then how can we overload "main" function in C++
0 Votes
5 AnswersWhere is <u>
0 Votes
5 AnswersA constructor program
-1 Vote
2 AnswersAligning Forms
0 Votes
1 Answer<article> or <div>?
1 Vote
6 Answerswhat is case sensitivity?
0 Votes
5 AnswersWhere is Python used?
0 Votes
5 AnswersHot today
Can you build webs with java?
3 Votes
Videos
0 Votes
How to make games
1 Votes
About sololearn
0 Votes
HTML
0 Votes
I need advice
0 Votes
Answer please
0 Votes
Paint costs
1 Votes