#include <stdio.h> void main() { double var = 10; var++; printf("%lf", var); }
11.000000
Previous Question Next Question
Your comments will be displayed only after manual approval.