Dyskusje Q&A
Background-image Quality?
0 głosów
2 odpowiedziI need help fixing this code
0 głosów
2 odpowiedziTime Limit exceeded
0 głosów
2 odpowiedziConnecting html with php
0 głosów
2 odpowiedziwhat 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 głosów
5 odpowiedziCode problems D: Help?
0 głosów
2 odpowiedziTransparent Problems
0 głosów
1 Odpowiedźerro no sistema de login
0 głosów
2 odpowiedzifind the misstake plz......
0 głosów
1 OdpowiedźWhy is there error?
0 głosów
2 odpowiedziIndetationError
0 głosów
1 OdpowiedźNot Getting Proper Output
0 głosów
1 OdpowiedźHelp with my first program.
0 głosów
1 OdpowiedźProblem with padding
0 głosów
2 odpowiedziPopularne dzisiaj
Pig Latin
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
1 Votes
Uuu
2 Votes
How to start
0 Votes
Recursion doubt
2 Votes