Your delivery was better than my text book! Very good!
@matin78012 жыл бұрын
Wish I could like this video thousands of times❤️❤️❤️
@armanramezannejad773 Жыл бұрын
Thank you so much for your excellent video
@kushal60653 жыл бұрын
How did u make your program run without writing "return 0;" at last?
@limakbear70293 жыл бұрын
It's not necessary
@kushal60653 жыл бұрын
@@limakbear7029 but how
@mero42433 жыл бұрын
@@kushal6065 i think it depends on what compiler you’re using. For example On the dev++ compiler you don’t need it but you might need it on visual studio
@darishsingh13553 жыл бұрын
it might not be a problem while executing using the editor but will be a problem when you run the exe file therefore please add return 0 at the end
@user-maymay20022 жыл бұрын
Well, it's not really necessary to write that as it is just used to tell the compiler that the code entered has been executed successfully, whereas "return -1" indicates that the program is throwing an error. There's no other explanation for it.
@liberumoratio17043 жыл бұрын
Very well done explination. Excellent.
@idontdeserveher64672 жыл бұрын
Hats off ! to the way of explanation ☺
@GK_edittzz11 ай бұрын
one question: can you make a for and use struct in the for?