Ist dies Ihr Unternehmen?
Reverse the string and write the code.
Anonym
Projects description accordingly and the code itself
#include #include int main() { char arr[100]; printf("Enter a string to reverse\n"); gets(arr); strrev(arr); printf("Reverse of the string is \n%s",arr); return 0; }
Verschaffe dir einen Vorsprung bei Chancen und Insider-Tipps, indem du deinem Traumunternehmen folgst.
Erhalte personalisierte Jobempfehlungen und Updates, indem du Suchanfragen startest.