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