ANRC Podcast Episode 6

Share:

ANRC Podcast

Comedy


This episode is dedicated to our very first sponsor!!! A very special thanks goe// C program to illustrate // syntax error #include int main(void) { // while() cannot contain "." as an argument. while(.) { printf("hello"); } return 0; }