what will be the answers of this
-
abcdef
abcdef?* -
abcd
abcd? -
abcd
abcd* -
abcd
? -
ab d
a*? -
abcde
- ???*
what will be the answers of this
abcdef
abcdef?*
abcd
abcd?
abcd
abcd*
abcd
?
ab d
a*?
abcde
Hey @Himanshu-Jhawar-2273952536067590
Q 1. abcdef
abcdef?*
output : 0
abcd
abcd?
output : 0
abcd
abcd*
output : 1
abcd ?
output : 0
test case 5 and 6 space are not allowed
why 6th testcase is not allowed
abcde * ???*
because space h