Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

Happy birthday in C

#include <stdio.h>

int main(int argc, char *argv[])
{
    printf("Happy Birthday John!
");
    printf("I love you!
");
    printf("-Jane
");
    return 0;
}
Source by www.reddit.com #
 
PREVIOUS NEXT
Tagged: #Happy #birthday #C
ADD COMMENT
Topic
Name
1+2 =