Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
#include <stdio.h>int main(int argc, char **argv){ int x; x = 7; printf("The value of integer variable x is %d", x); return 0;}