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...
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?
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.
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...
I added this to my list of video ideas. :-)
what if it says only integers. Invalid characters,strings and symbols. Can you tell me how to do that? thank you
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?
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.
for example
Enter intenger: A
it should says invalid or error
can you help me pls