Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681463yThe output would be....
Why would you come to a "dev rant"ing platform, and ask us to do your homework? -
@sbiewald it's a header file for console IO on DOS type systems. Not part of the C standard. Generally seen in Turbo C/C++.
@Pradeep he's absolutely right. You probably won't get help with your homework here, especially not such basic stuff, and *especially* not if you can't even be bothered to post the image properly. Why don't you just type this program in and run it, see what it does? -
Pardeep-83y
-
@Pardeep I know, but that's for you to do, not us. And knowing why clrscr() breaks is good too.
-
Eklavya17723y@Pardeep I think you are not more than like any spammer, this is a community for devs that you don't seem like. Kindly leave or get shit comments on your shitposts
-
@Pradeep even better, learn how to answer such questions yourself. Google search clrscr, find out what you need to run it, compare with what your system has. Another clue is your compiler's error messages. You could just Google search your compiler's error messages and that usually gets you pretty far. Developing basic investigation and debugging skills like this is far more important than some specific answer.
If that really was your problem, a better question to ask would have been why clrscr() is failing when you tried it on {name your system and compiler} and what you have tried to do to run it/fix it. We're not going to figure the question out for you and ask what you tried, why should we put in effort for you when you don't put in any effort for us by framing the question properly? This community (or any community) can be amazingly helpful when you respect other people.
Also, throwing insults at people on the internet when you're asking for help isn't going to help you ๐คทโ๏ธ -
Join some Programming discord servers if you're too lazy to even Google, people there will be willing to help you.
-
C0D4681463y@theabbie I'm sure some of those expect more then an image though ๐ง
@blindXfish one of those rare times I could use that line.
What would be the output
question