WAP to display name and address using a function.


Comments

  1. #include
    void shashi();
    void main()
    {
    shashi();
    }
    void shashi()
    {
    printf("jadhav shashikant tukaram");
    }

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. #include
    void AB();
    void main()
    {
    AB();
    }
    void AB()
    {
    printf("Nimbalkar Abhishek Santosh ");
    }

    ReplyDelete

Post a Comment