/*
    Υπάρχουν λάθη σε αυτÏŒ το πρÏŒγραμμα;

    Απάντηση : Οχι
*/

#include <stdio.h>
main()
{
    static int i;
    i=10;
    printf("%d",i);
}