#include <stdio.h> void main() { static int R; printf("R is %d", R); }
R is 0
Previous Question Next Question
Your comments will be displayed only after manual approval.