A C program with exit()

Tuesday, October 14, 2014
/* A C program with exit() 0202 */

#include <stdlib.h>
#include <stdio.h>
void main()
{
    printf ("This is a C program with exit().\n");
    exit(0);
}

Copyright @ 2015 Tron!

Labels

Blog Archive