+ 1
How to find a missing letters in palindrome by c program
8 ответов
+ 4
Check out the link... I think it will help you....
+ 1
Double could mean alot of things, would be nice to have examples of what you want.
for the palindrome, some examples I thought were:
input: A but tub
output: a
input: A tuba
output: but
is this what you want?
0
Do you have any case examples of what you want the program to output given a specific input?
0
no bro
0
and I have a one more doubt bro how to double the digits in integer
0
1st example bro
0
if I get an integer input as 1234 then it print 2468 I can't find a solution for that, Can you please give me some suggestions?