Hi sir well explained can you do a video on volatile pointer and volatile with const ,what is the difference of using volatile with const and when to use it ..thank you so much sir...
@PortfolioCourses2 жыл бұрын
I added this to my list of video ideas. :-)
@sleepyboy60982 жыл бұрын
what if it says only integers. Invalid characters,strings and symbols. Can you tell me how to do that? thank you
@PortfolioCourses2 жыл бұрын
Sorry I'm not sure I understand the question. :-( Do you want to input a string and check to see if contains any invalid characters, strings and symbols before checking to see if the int inside the string is even or odd?
@sleepyboy60982 жыл бұрын
I want to make a program that can check whether its even or odd. But when you put characters, strings , symbols and negative numbers it should says invalid except for the integers.
@sleepyboy60982 жыл бұрын
for example Enter intenger: A it should says invalid or error