• Cours
  • Compilateur de code
  • Discuter
  • Tarification
  • Équipes
Menu
0

what will be output of this code.../?

#include<iostream> using namespace std; int main() { int x=0; switch(x) { case 0:cout<<x++; case 1:cout<<--x; break; case 2:x+=5; } if(x==5) { cout<<"1"; } return 0; }

switchcasecpp
4th Aug 2017, 11:30 AM
Siddharth K
Siddharth K - avatar
1 Réponse
+ 6
https://code.sololearn.com/ce3KDd8vY99B/?ref=app
4th Aug 2017, 11:39 AM
jay
jay - avatar

Vous avez souvent des questions comme celle-ci ?

Apprenez de maniĂšre plus efficace, gratuitement :

  • Introduction Ă  Python

    7.1M apprenants

  • Introduction Ă  Java

    4.7M apprenants

  • Introduction Ă  C

    1.5M apprenants

  • Introduction Ă  HTML

    7.5M apprenants

Voir tous les cours
Aujourd'hui en vedette
Is this realistic enough?
1 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
đ™”đ™žđ™œđ™ł đšƒđ™·đ™Ž đ™žđ™œđ™żđš„đšƒ đ™Ÿđ™” đšƒđ™·đ™Ž đ™żđšđ™Ÿđ™¶đšđ™°đ™Œ
1 Votes
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
0 Votes
Need friends
0 Votes
Can someone explain inline and block elements please
0 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
I am a beginner, please teach me how to use Python
0 Votes
Python
1 Votes
How do you print inputs
0 Votes