Sorry! Posting Assignment is allowed only for commercial accounts.
#include <stdio.h> int main() { static int x; int y; printf("%d \n %d", x, y); }