please dont rip this site

Language Ccpp Cref Examples SPRINTF1.C

/ ***********************************************************************
 *
 * Purpose: Program to demonstrate the * flag limiting a string filed width
 *          in a 'sprintf' statement.
 *
 *          This example shows an alternative way of performing a strncpy.
 *
 * Author:  M J Leslie
 * Date:    18-Mar-98
 *
 ************************************************************************/

#include <stdio.h>

main()
{
    char Dest[10] = "";
    char Src[]    = "Ski on Whistler Mountain";
                                                  /* Populate Dest */
    memset  (Dest, 0, sizeof(Dest));
    sprintf (Dest, "%.*s", sizeof(Dest)-1, Src);
                                                  /* Show the results. */
    printf("Src string : %s\n", Src);
    printf("Dest string: %s\n", Dest);
}


file: /Techref/language/ccpp/cref/EXAMPLES/sprintf1.c, 0KB, , updated: 1998/3/18 10:44, local time: 2024/4/25 22:34,
TOP NEW HELP FIND: 
3.136.18.48:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/language/ccpp/cref/EXAMPLES/sprintf1.c"> language ccpp cref EXAMPLES sprintf1</A>

Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .