#include<conio.h>
#include<stdio.h>
struct tele
{
 char name[70];
 long int phone;
};
void main()
{
 struct tele t[50];

