Answer Posted / dally
#include<stdio.h>
#include<conio.h>
int main()
{
char array1[] = "STRING FOR TESTNG";
char array2[20],i=0;
int count;
count = strlen(array);
for(count;count>1;count--)
{
array2[i]= array1[count];
i++;
}
printf("%s\n",array2);
}
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
How can I convert a number to a string?
What Is The Difference Between Null And Void Pointer?
Write a c program to demonstrate character and string constants?
Can you subtract pointers from each other? Why would you?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is the explanation for cyclic nature of data types in c?
what is the role you expect in software industry?
Tell me about low level programming languages.
Tell me is null always defined as 0(zero)?
Explain is it better to bitshift a value than to multiply by 2?
pierrot's divisor program using c or c++ code
What is typedef struct in c?
Is main is a keyword in c?
What are reserved words?
please send me the code for multiplying sparse matrix using c