thanks dear
regards
User Profile
Collapse
-
-
please Guide me
#include<conio. h>
#include<stdio. h>
#include<string .h>
int main()
{
char A[40],B[40];
char ch;
int size,i,j;
puts("plese enter the string to be reversed");
gets(A);
puts(A);
ch='\0';
size=strchr(A,c h)-A;
printf("%d",siz e);
j=0;
for(i=size;i<0; i--)... -
To reverse an array in C
How can i reverse an array in c and want to save the reversed array in a different aaray how can i do that ??
Regards -
TO convert a character into integer
How can we convert a character into integer
char a[40]
my input to this may be like 21466845687552
now i want to access each element and want to convert it into integer and then apply aritmatic operation can i do this???????
No activity results to display
Show More
Leave a comment: