Как правильнее использовать main () - C (СИ)
Формулировка задачи:
#include "stdafx.h"
#include <windows.h>
#include <stdio.h>
#include <time.h>
#include <iostream>
using namespace std;
void main()
{
char text;
cin >> text;
Sleep(100);
main();
cout << text;
}Решение задачи: «Как правильнее использовать main ()»
textual
Листинг программы
system("cls");