Dyskusje Q&A
When do you hit "compile"?
9 gÅosów
6 odpowiedziJava vs C++ compile speeds
17 gÅosów
11 odpowiedziCompiled Python
8 gÅosów
1 OdpowiedźWhat is linking in C++.....?
2 gÅosów
1 OdpowiedźTaking input in runtime terminal
5 gÅosów
1 OdpowiedźError connection
0 gÅosów
1 OdpowiedźVirtual functions
1 GÅos
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 odpowiedziWhy is this Code not working
0 gÅosów
5 odpowiedziWhy cant we do graphics in sololearn
2 gÅosów
1 OdpowiedźC program
0 gÅosów
2 odpowiedzigetting error when try to use this code
System.out.printf("my name is %s","Roy");
it's showing like: exception in thread"main" Java.lang.Error: unresolved compilation problem:
the method printf(String,Object[ ]) in the type printstream is not applicable for the arguments (String,int)at tutorial 19.App.main(App.java:11)
0 gÅosów
3 odpowiedziWhy is this code not running ???
0 gÅosów
2 odpowiedziPopularne dzisiaj
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Need a friend to study with
0 Votes
Iâm new someone can help me
0 Votes
HTML community, HELP!!
1 Votes
I am a super beginner
0 Votes
What's doctype htMl
2 Votes