Code for telephone directory in c
#include<stdio.h>
#include<string.h>
#include<windows.h>
#include<time.h>
struct teledir
{
char firstname[50];
char lastname[50];
char address[50];
char landline[15];
char mobile[15];
}td;
struct signup
{
char firstname[20];
char lastname[20];
char email[50];
...
AITB International Conference, 2019
Kathmandu, Nepal
My Youtube Channel
Please Subscribe
Flag of Nepal
Built in OpenGL
World Covid-19 Data Visualization
Choropleth map
Word Cloud in Python
With masked image