#include<stdio.h>
#include<conio.h>
void main()
{
char a[5][10];
int i;
clrscr();
for(i=0;i<5;i++)
{
printf("enter %d string",i+1);
scanf("%s",&a[i]);
}
for(i=0;i<5;i++)
{
printf("\n%s",a[i]);
}
getch();
}
i dont no string for servlate
[ string toupper $str ] or [ string tolower $str ]
sdfdg
This is not a question.
print c co com comp compu
program to find maximum of two numbers using pointers
performing string operation using pointers
sorry
nahi malum
i dont no string for servlate
i cant write
pro c language to implement linear search using pointers
[ string toupper $str ] or [ string tolower $str ]
sdfdg
You can use any text-editor, notepad is an example.
mystrcpy (char* dest, char* src) { while ((*dest++ = *src++) != '\0); }
This is not a question.