Program for string copy using string handling functions

#include<stdio.h> #include<conio.h> #include < string.h > void main() { char s [10], c[10]; printf (...

#include<stdio.h>
#include<conio.h>
#include<string.h>
void main()
{
char s [10], c[10];
printf (“enter string”);
gets (s);
strcpy (c,s);
puts (c);
getch();
}




Related

C Programs 2029442987174657596

Post a Comment

emo-but-icon
:noprob:
:smile:
:shy:
:trope:
:sneered:
:happy:
:escort:
:rapt:
:love:
:heart:
:angry:
:hate:
:sad:
:sigh:
:disappointed:
:cry:
:fear:
:surprise:
:unbelieve:
:shit:
:like:
:dislike:
:clap:
:cuff:
:fist:
:ok:
:file:
:link:
:place:
:contact:

item