#basics
Read more stories on Hashnode
Articles with this tag
Statement Check if two string are same are not if yes print True and if not Print False, dont use any inbuilt function. Input 1 : horse house Output...
Statement I created an Stack using array and created its Three Basic operations i.e. PUSH , POP and Top. where PUSH is insertion operation POP is...
Statement Create a program to Reverse a String / Number(The input can be "12121" or "hello") check if given input is palindrome or not and also...