/* sprintf example */#include <stdio.h> int main (){ unsigned char buf[]="hallo"; printf ("buf: %s\n", buf); return 0;}
Standard input is empty
buf: hallo
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!