F&A Diskussionen
What is this: cout << (y>>2)?
0 Stimmen
2 AntwortenWhy the output is 20???
11 Stimmen
11 Antworten9 << 3. Answer is 72 ???
1 Stimme
3 AntwortenWhat does << and >> mean in Java
5 Stimmen
5 AntwortenWhy "cout << x" is there ?
2 Stimmen
3 Antwortenwhat 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 Stimmen
5 Antwortenx=5 x=x<<1 x=?
0 Stimmen
2 AntwortenWhat does >> and << do in c
0 Stimmen
3 AntwortenWhat's the meaning of << and >>
0 Stimmen
3 AntwortenWhat are >> and << for in C# ?
0 Stimmen
1 AntwortHeute heiß
C pointers
2 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes