Code Snippets C

#include
int main(void)
{
int j;
j = 666;
printf("%d is the value of j", j);
return 0;
}