Printf Scanf C Tutorial

#include 
main()
{
    printf("\n %d", 25);
}
25