Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'm having a bad day.. You are correct... I copied it from the online editor THEN took out the array content???? Loosing the piggin plot here...Should this :
Code:for(int i=0;i<10;i++) { scanf("%s",inpt); rollNo = atoi(inpt); }
be this :
Code:for(int i=0;i<10;i++) { scanf("%s",inpt); rollNo[i] = atoi(inpt); }
Also do same for rollNo in print statement, eg use as array element....
Regards, Dana.
How would we know whats wrong... There must be an error message at least...Hi
How I can download visual studio 2022
in order to use C language
and C# language?
whenever I try to download visual studio 2022;
It says: "The installation isn't complete"
so I can't use C or C #.
thanks.
No you didn't - that has a single subscript.a[j]);
Exactly, they are unusable on modern hardware and non-portable to different systems anyway.There is a library for out()and out32() but I very much doubt an online tool will use it...
I very much doubt win 10 would let you use them either..
I used to use out32() when I printed to the parallel port on win XP ( parallel port also now obsolete lol.. )
google the problem? I've done it for you..What can I do?
Have you tried all seven of the solutions in that article?Unfortunately it doesn't work