Помогите пожалуйста разобраться что к чему в программе. Какая часть что делает.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include <assert.h>
#include <conio.h>
int tok;
double tokval;
FILE *stream;
char s[15]="\0";
int...