tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 C Language > Basic > String copy

String copy 

This example shows using strcpy library function.

File Name  :  
source/C/basic/string_copy.c 
Author  :  Sudhakar KV
Email  :  [email protected]

It gives the following output,
First string : ONE
Second string : TWO

First string : TWO
Second string : ONE



 
  


  
bl  br