Обсуждения
What is this: cout << (y>>2)?
0 голосов
2 ответовWhy the output is 20???
11 голосов
11 ответов9 << 3. Answer is 72 ???
1 голос
3 ответовWhat do the operators << and >> do?
2 голосов
3 ответовWhat does << and >> mean in Java
5 голосов
5 ответовWhy "cout << x" is there ?
2 голосов
3 ответовwhat 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 голосов
5 ответовx=5 x=x<<1 x=?
0 голосов
2 ответовWhat does >> and << do in c
0 голосов
3 ответовWhat's the meaning of << and >>
0 голосов
3 ответов<< variables and the use in a code
0 голосов
4 ответовWhat are >> and << for in C# ?
0 голосов
1 ответАктуальное сегодня
What is a web browser intension?
1 Votes
Mentors
1 Votes
Percobaan
0 Votes
Thread local : global vs local
0 Votes
Postgrrsql and python
0 Votes
python
0 Votes
Codding lern
0 Votes
Data Analysis Course
1 Votes
Is there LUA?
0 Votes