This C program is used to copy the string by using the library function strcpy().
#include <stdio.h>
#include<conio.h>
#include <string.h>
void main()
{
char source[1000], destination[1000];
{
char source[1000], destination[1000];
clrscr();
printf("Input a string\n");
scanf("%s",&source);
scanf("%s",&source);
strcpy(destination, source);
printf("Source string: %s\n", source);
printf("Destination string: %s\n", destination);
printf("Destination string: %s\n", destination);
getch();
}
}
दोस्तों अगर आपको मेरी यह पोस्ट अच्छी लगी हो तो
प्लीज like , share ,कमेंट, सब्सक्राइब जरुर करे जिससे हम आपके
लिए ऐसे ही अच्छे से अच्छे पोस्ट लाते रहे
अगर आपके पास कोई प्रश्न हो तो कमेंट बॉक्स में उस प्रश्न जरुर लिखे
धन्यवाद !
No comments:
Post a Comment
for more information please share like comment and subscribe