C - Basics and Execution Environment
What will be the output of the following C program?
#include <stdio.h>
int main() {
printf("C programming is fun!\n");
return 0;
}