IDNStudy.com, ang platform na nag-uugnay ng mga eksperto at kuryusidad. Ang aming platform ng tanong at sagot ay idinisenyo upang magbigay ng mabilis at eksaktong sagot sa lahat ng iyong mga tanong.
Answer:
printf ("string"); puts (a); Getch... use strrev() function, using which we can reverse a string or you can write your own code as int main() { char str, temp; int i, j = 0; printf("\nEnter the string :"); gets(str); i = 0; j = strlen(str) - 1; while (i < j) { temp = str; str = str; ...
Explanation:
HOPE IT HELPS! :)).