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