#include <stdio.h> int main() { int n = 020; printf("%d", n); }
020 is octal representation of 16.
Previous Question Next Question
Your comments will be displayed only after manual approval.