Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute Bash Shell Online

#include<stdio.h>
#include<string.h>
void main(){
    char name[20];
    int phone_no[20], opt;
    printf("***PHONE BOOK***");
    printf("\n Select an option: \n 1 add a contact \n 2 edit a contact \n 3, delete a contact \n 4. view contacts 5. exit");
    scanf("%d", &opt);
    printf("end");
    
}

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.