Hmm.. I have a problem. I should find and output to screen all records with people who live in city -Riga(for example). This doesn't work :-D
#include <stdio.h>
#include <conio.h>
#include <string.h>
#include <windows.h>
#define N 10
int main()
{
struct people
{
char city[20]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.