Q&A Discussies
What is this: cout << (y>>2)?
0 Stemmen
2 AntwoordenWhy the output is 20???
11 Stemmen
11 AntwoordenWhat does << and >> mean in Java
5 Stemmen
5 AntwoordenWhy "cout << x" is there ?
2 Stemmen
3 Antwoordenwhat 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 Stemmen
5 Antwoordenx=5 x=x<<1 x=?
0 Stemmen
2 AntwoordenWhat does >> and << do in c
0 Stemmen
3 AntwoordenWhat's the meaning of << and >>
0 Stemmen
3 AntwoordenWhat are >> and << for in C# ?
0 Stemmen
1 AntwoordPopulair vandaag
Decorators in python.
2 Votes
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
Salut tout le monde
1 Votes
Please click me
0 Votes
How can i isntall modules
1 Votes
Hello !
0 Votes